Skip to main content
Glama

Polymarket MCP Tool

  • Apple

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-mcp
  1. Install uv if you haven't already:
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install dependencies:
uv sync

Configure Claude Desktop

  1. Open Claude Desktop configuration directory:
open ~/Library/Application\ Support/Claude
  1. Create or edit claude_desktop_config.json:
touch ~/Library/Application\ Support/Claude/claude_desktop_config.json
  1. 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:
    • Verify your claude_desktop_config.json is correct
    • Restart Claude Desktop
    • Check your Python path and dependencies
  • 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.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A Model Context Protocol server that enables interaction with Polymarket prediction markets through Claude Desktop.

  1. Prerequisites
    1. Installation
      1. Configure Claude Desktop
        1. Usage
          1. Troubleshooting
            1. License
              1. Contributing

                Related MCP Servers

                • -
                  security
                  F
                  license
                  -
                  quality
                  A Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
                  Last updated -
                  48
                  4
                  TypeScript
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A Model Context Protocol server that enables Claude Desktop to access and analyze Chinese and global financial market data through the AKShare library.
                  Last updated -
                  3
                  Python
                  • Linux
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
                  Last updated -
                  11
                  MIT License
                  • Apple
                • -
                  security
                  F
                  license
                  -
                  quality
                  A server implementation of the Model Context Protocol that allows users to extend Claude's capabilities by creating custom tools that can be used within the Claude Desktop client.
                  Last updated -
                  TypeScript
                  • Apple

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/fernandezpablo85/polymarket-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server