- Home
- MCP servers
- Polymarket
Polymarket
- rust
37
GitHub Stars
rust
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"ozgureyilmaz-polymarket-mcp": {
"command": "polymarket-mcp",
"args": []
}
}
}Polymarket MCP Server provides a command-line interface to access real-time Polymarket data, including active markets, trending markets, current prices, and search capabilities. It enables seamless integration with Claude Desktop or standalone CLI workflows, offering flexible output formats and built-in caching for faster responses.
How to use
You interact with the Polymarket MCP Server by running the provided binary from your environment or by integrating it with Claude Desktop. Use the CLI to fetch trending markets, list active markets, search for markets by keyword, and view market details or prices. The server is designed for low-friction data access, clean output formats, and reliable performance through smart caching.
How to install
cargo install --git https://github.com/ozgureyilmaz/polymarket-mcp
binary installs to ~/.cargo/bin/polymarket-mcp.
## Additional information
Configuration for Claude Desktop is straightforward. Create or edit the Claude Desktop configuration to point to the MCP server binary. The following configuration registers the polymarket MCP under a named server entry and uses the command to start the MCP process.
{ "mcpServers": { "polymarket": { "command": "polymarket-mcp" } } }
## Usage examples
CLI examples show how to fetch different data views and how to interact with the server via standalone CLI or Claude Desktop. Use the output with your preferred formatting to fit dashboards or tooling.
## Available tools
### fetchRealTimeData
Fetches real-time market data including active markets, trending volumes, and current prices.
### searchMarkets
Searches markets by keyword across questions and descriptions.
### listMarkets
Lists markets based on status such as trending or active with optional limits.
### getMarketPrices
Retrieves current price data for a specific market by its identifier.