polymarket-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
polymarket-mcp by aryankeluskar | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 6 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 6 mo ago | this month |
polymarket-mcp · Summary
A comprehensive MCP server for accessing Polymarket's prediction markets through Claude AI with market discovery, analysis tools, and real-time data.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
polymarket-mcp · Use cases
- Build market analysis tools to identify prediction market trends and probabilities
- Create trading assistants to monitor high-volume markets and trading patterns
- Develop educational platforms to explain prediction markets using real data examples
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 · Install
Installation
- Clone this repository:
git clone https://github.com/aryankeluskar/polymarket-mcp.git
cd polymarket-mcp- Install dependencies:
npm install- Build the server:
npm run build- Add to Claude Desktop configuration:
{
"mcpServers": {
"polymarket": {
"command": "node",
"args": [".smithery/index.js"],
"env": {
"SMITHERY_API_KEY": "your_api_key_here"
}
}
}
}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"]
}
}
}