ibkr-mcp-server

GaoChX/ibkr-mcp-server
★ 8 stars Python 💰 Finance Updated 3mo ago ⚠ Review
An Interactive Brokers (IBKR) MCP server implementation based on FastMCP 2.0 and MCP StreamableHTTP, providing account management, trading operations, and market data query functionality.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ibkr-mcp-server": {
      "command": "uvx",
      "args": [
        "ibkr-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ibkr-mcp-server