MCP Catalogs
Home

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
Score3677
Official
Categories
FinanceAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis 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

  1. Download the appropriate version for your OS from the Releases page
  2. Extract the downloaded file
  3. Follow the installation instructions provided
  4. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.