Polymarket MCP
Supports configuration via environment variables loaded from .env files for API credentials, trading configurations, and server settings.
Built using the Rust programming language and the official MCP Rust SDK for performance, safety, and reliability.
Allows configuration via TOML files for server settings, API connections, caching, and logging preferences.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Polymarket MCPshow me the current prices for the top trending markets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
polymarket-mcp
š² prediction markets at your fingertips
mcp server and cli for polymarket. get real-time market data, prices, and search through claude desktop or terminal.
features
real-time data: active markets, trending by volume, current prices.
search: find markets by keyword across questions and descriptions.
multiple interfaces: claude desktop integration + standalone cli.
output formats: json, pretty-printed, or clean tables.
caching: built-in smart caching with auto-retry logic.
Related MCP server: Polymarket MCP Server
requirements
rust 1.70+ (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh)
claude desktop for mcp integration (download)
install
cargo install --git https://github.com/ozgureyilmaz/polymarket-mcpbinary installs to ~/.cargo/bin/polymarket-mcp.
setup
configure claude desktop:
edit ~/Library/Application Support/Claude/claude_desktop_config.json (macos):
{
"mcpServers": {
"polymarket": {
"command": "polymarket-mcp"
}
}
}restart claude desktop.
usage
cli
# trending markets
polymarket-mcp --output table trending --limit 5
# active markets
polymarket-mcp --output table markets --limit 10
# search
polymarket-mcp --output table search "fed" --limit 5
# market details
polymarket-mcp market 601700
# prices
polymarket-mcp prices 601700with claude
after setup, ask claude:
"show me trending prediction markets"
"search for markets about trump"
"what's the current price on the fed decision market?"
development
cargo test
cargo build --releaselinks
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only MCP server for live Polymarket, Kalshi, Limitless odds; Manifold sentiment.
Polymarket MCP ā prediction-market data via Gamma + CLOB public APIs.
Polymarket rule research. ChatGPT/Claude OAuth or MCPize; approved API access required.
Your agent needs the crowd's number ā live odds on elections, policy, macro prints and sport, from the venues where people put money behind the opinion. **What you can ask for** ⢠"What are the current odds on this event?" ⢠"List the open markets on this topic across both venues." ⢠"Show recent trades and how the price moved." ⢠"What is the implied probability now versus a week ago?" **How to use it** Point any MCP client at https://mcp.aisa.one/prediction-market-data/mcp and sign in with OAuth ā there is no key to create or paste. 5 tools: Kalshi markets and trades, Polymarket markets, events and activity. **Why this rather than the source** Both venues in one shape, so the same question can be priced twice. **It is also a door to the rest** The same login reaches 26 sources and 580+ operations. Read the odds here, then ask the same agent for the market data or the news behind them ā without adding a second server. **What it costs** Finding and inspecting an operation is free. Running one is billed per call at API prices, with no seat and no monthly minimum, and every call takes max_price_usd so an agent cannot overspend by accident. **Where else it reaches** https://mcp.aisa.one/finance/mcp for equities, crypto and prediction markets in one place.
Related MCP Servers
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables interaction with Polymarket prediction markets through Claude Desktop.31MIT
- AlicenseAqualityDmaintenanceMCP server for Polymarket prediction markets, enabling search, market details, pricing, and bet analysis through 6 tools, with optional authenticated trading via API key.623 npmMIT
- FlicenseNot gradedqualityDmaintenanceMCP server that exposes Polymarket prediction markets via CLI wrapper. Enables AI agents to discover markets, check prices, and place trades programmatically.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables seamless integration with Polymarket, providing tools to search markets, fetch events, analyze leaderboards, query user activity, and more via MCP-compatible clients like Claude.23 npmMIT