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 | — | — |
| Score | 37 | 85 |
| Official | — | — |
| Categories | FinanceAI / LLM ToolsProductivity | AI / LLM ToolsBrowser AutomationFile System |
| Language | TypeScript | Python |
| Last commit | 6 mo ago | 2 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
- 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"
}
}
}
}ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server