★ 23 stars
Unknown language
🤖 AI/LLM
Updated today
Enable Claude, ChatGPT, and other AI agents to analyze markets, fetch real-time odds, and execute trades on Polymarket using the Model Context Protocol (MCP).
View on GitHub →
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": {
"ai-polymarket-agent": {
"command": "npx",
"args": [
"-y",
"kaktusesquire6rmu/ai-polymarket-agent"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ai-polymarket-agent npx -y kaktusesquire6rmu/ai-polymarket-agent
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-polymarket-agent": {
"command": "npx",
"args": [
"-y",
"kaktusesquire6rmu/ai-polymarket-agent"
]
}
}
}
📋 Copy