MCP Catalogs
Home

polymarket-mcp vs ultimate_mcp_server

Side-by-side comparison to help you pick between these two MCP servers.

polymarket-mcp
by aryankeluskar
ultimate_mcp_server
by Dicklesworthstone
Stars★ 6★ 149
30d uses
Score3785
Official
Categories
FinanceAI / LLM ToolsProductivity
AI / LLM ToolsBrowser AutomationFile System
LanguageTypeScriptPython
Last commit6 mo ago2 mo ago

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.

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

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

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

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"
      }
    }
  }
}

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server
Comparison generated from public README + GitHub signals. Last updated automatically.