Trade, analyze, and automate Polymarket prediction markets via AI
Full-featured MCP server for Polymarket — search markets, execute trades, copy top traders, analyze smart money flow, backtest strategies, and manage your portfolio. All through natural language via Claude Code, Cursor, or any MCP-compatible AI assistant. Includes 34 tools spanning direct trading, market discovery, trader analysis, copy trading automation, and portfolio management with stop-loss/take-profit.
Set these up before or after installing:
Environment variable: MCP_LICENSE_KEY
Purchase above for keyEnvironment variable: COPY_MODE
Environment variable: DAILY_BUDGET
Environment variable: POLY_PRIVATE_KEY
Environment variable: POLY_API_KEY
Environment variable: POLY_API_SECRET
Environment variable: POLY_API_PASSPHRASE
Once installed, try these example prompts and explore these capabilities:
Add this to your MCP configuration file:
{
"mcpServers": {
"polymarket-mcp-server": {
"env": {
"COPY_MODE": "your-copy-mode-here",
"DAILY_BUDGET": "your-daily-budget-here",
"POLY_API_KEY": "your-poly-api-key-here",
"MCP_LICENSE_KEY": "your-mcp-license-key-here",
"POLY_API_SECRET": "your-poly-api-secret-here",
"POLY_PRIVATE_KEY": "your-poly-private-key-here",
"POLY_API_PASSPHRASE": "your-poly-api-passphrase-here"
},
"args": [
"-y",
"polymarket-trader-mcp"
],
"command": "npx"
}
}
}Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Scanned 5 files · 1 finding
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
No written reviews yet. Be the first!
by Toleno
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace
Create, build, and publish Python MCP servers to PyPI — conversationally.
by mcp-marketplace
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally