🤖 AI-Powered MCP Server for Polymarket - Enable Claude to trade prediction markets with 45 tools, real-time monitoring, and enterprise-grade safety features
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"polymarket-mcp-serve": {
"command": "uvx",
"args": [
"polymarket-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add polymarket-mcp-serve uvx polymarket-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"polymarket-mcp-serve": {
"command": "uvx",
"args": [
"polymarket-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install polymarket-mcp-server