ibkr-terminal

jeffbai996/ibkr-terminal
★ 3 stars Python 📊 Data/Analytics Updated today
IBKR MCP server — AI chat interface and toolkit for communicating with and analyzing Interactive Brokers accounts using natural language
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-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>