polymarket-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
polymarket-mcp-server by Justkokosixnine | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 3 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
polymarket-mcp-server · Summary
An MCP server providing AI-powered tools for Polymarket prediction market trading with real-time monitoring.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
polymarket-mcp-server · Use cases
- Automated market analysis and prediction trading on Polymarket
- Real-time monitoring of market trends and data
- AI-assisted decision making for prediction market investments
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
polymarket-mcp-server · Install
- Download the appropriate version for your OS from the Releases page
- Extract the downloaded file
- Follow the installation instructions provided
- Configure your preferences through the settings menu
For Claude Desktop, add to your config.json:
{
"mcpServers": {
"polymarket": {
"command": "python",
"args": ["path/to/polymarket_mcp/server.py"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}