IB_MCP

rcontesti/IB_MCP
★ 100 stars Python 🔌 API Integration Updated 1mo ago
This project provides an Interactive Brokers (IB) API interface using the Model Context Protocol (MCP).
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": {
    "ib_mcp": {
      "command": "uvx",
      "args": [
        "ib-mcp"
      ]
    }
  }
}

Or install with pip: pip install ib-mcp

Topics

fastmcpinteractive-brokersmcp-serverpython