ibkr-terminal

jeffbai996/ibkr-terminal
★ 3 stars Python Data/Analytics Updated 1mo ago
IBKR MCP server — AI chat interface and toolkit for communicating with and analyzing Interactive Brokers accounts using natural language
View on GitHub → Try with Claude — $10 free →

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-terminal": {
      "command": "uvx",
      "args": [
        "ibkr-terminal"
      ]
    }
  }
}

Or install with pip: pip install ibkr-terminal

README Excerpt

MCP server for Interactive Brokers. Real-time portfolio analytics, margin simulation, risk management, and market data — exposed as tools over the [Model Context Protocol](https://modelcontextprotocol.io). <p align="center"> <img src="assets/demo-dashboard.png" width="90%" /> </p> <p align="center"><em>Full account dashboard rendered as a claude.ai artifact — margin health, VaR, drawdown tracking, P&L heatmap, position weights, and correlation matrix from a single prompt.</em></p>
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →