ibkr-mcp-server
The IBKR MCP Server is a FastAPI application that allows users to fetch their portfolio details from the Interactive Brokers API.
This server provides a seamless integration with the Interactive Brokers API, enabling users to retrieve detailed information about their investment portfolios. By leveraging FastAPI, it ensures high performance and easy access to various endpoints designed for portfolio management. Users can set up the server quickly by following the provided instructions, which include cloning the repository, creating a virtual environment, and installing the necessary dependencies. Once set up, the API documentation is readily available, allowing users to interact with their portfolio data efficiently.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ibkr-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ibkr-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions
Reviews
Sign in to reviewLoading reviews...
Credentials
Store API keys for ibkr-mcp-server securely
Loading...