polymarket-mcp
Polymarket MCP Server
Documentation
Polymarket MCP Tool
A Model Context Protocol (MCP) tool for interacting with Polymarket through Claude Desktop.
Prerequisites
- Claude Desktop App for Mac
- Python 3.8+
Installation
1. Clone this repository:
git clone https://github.com/fernandezpablo85/polymarket-mcp.git
cd polymarket-mcp2. Install `uv` if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | sh3. Install dependencies:
uv syncConfigure Claude Desktop
1. Open Claude Desktop configuration directory:
open ~/Library/Application\ Support/Claude2. Create or edit `claude_desktop_config.json`:
touch ~/Library/Application\ Support/Claude/claude_desktop_config.json3. Add the following configuration:
{
"mcpServers": {
"polymarket": {
"command": "/Users/YOUR_USERNAME/.local/bin/uv",
"args": [
"--directory",
"/Users/YOUR_USERNAME/projects/polymarket-mcp",
"run",
"main.py"
]
}
}
}Replace `YOUR_USERNAME` with your actual macOS username.
Usage
Invoke the tool via Claude Desktop.
Troubleshooting
- If tools don't appear in Claude Desktop:
- If authentication fails:
- Verify your `.env` file has correct credentials
- Check Polymarket API status
License
MIT
Contributing
Feel free to open issues or submit pull requests.
Frequently asked questions
What is polymarket-mcp?
polymarket-mcp is Polymarket MCP Server
How do I install polymarket-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is polymarket-mcp open source?
Yes — it is hosted on GitHub at https://github.com/fernandezpablo85/polymarket-mcp and has 1 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP