tws-mcp-server

amittleider/tws-mcp-server
★ 0 stars C# Other Updated 8d ago
A read-only MCP server for Interactive Broker's Trader Workstation (TWS)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "amittleider/tws-mcp-server"
      ]
    }
  }
}