The Polymarket MCP server enables AI agents to trade prediction markets. It provides 45 tools for market analysis, trade execution, and portfolio management. The server connects to Polymarket's API for real-time market data and trade execution. Developers use it to build AI-driven trading strategies and automate market participation.
The Polymarket MCP server enables AI agents to trade prediction markets. It provides 45 tools for market analysis, trade execution, and portfolio management. The server connects to Polymarket's API for real-time market data and trade execution. Developers use it to build AI-driven trading strategies and automate market participation.
pip install polymarket-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"caiovicentino-polymarket-mcp-server-github": {
"command": "uvx",
"args": [
"pip install polymarket-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from polymarket?"
API Key Required
This server requires an API key from polymarket. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| POLYMARKET_API_KEY | Yes | Your polymarket API key |
"What resources are available in polymarket?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in polymarket"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in polymarket with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.