Read-only MCP server that gives AI agents read-only access to your live MyLinedChart desktop chart context — symbol, candles, drawings, indicators, and IBKR connection status. Local, private, read-only; requires the MyLinedChart desktop app. Docs: https://mylinedchart.com/mcp
Server Config
{
"mcpServers": {
"mylinedchart": {
"command": "npx",
"args": [
"-y",
"@mylinedchart/mcp-chart-context"
]
}
}
}