MCP Catalogs
Home

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
Score3777
Official
Categories
FinanceAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit6 mo agothis 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

  1. Clone this repository:
git clone https://github.com/aryankeluskar/polymarket-mcp.git
cd polymarket-mcp
  1. Install dependencies:
npm install
  1. Build the server:
npm run build
  1. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.