Video write-up · May 26, 2025
Zerodha Kite MCP with Claude Desktop
A short configuration walkthrough connecting Claude Desktop to Zerodha Kite through its hosted MCP tools.
This video focuses on the shortest path from configuration to a working financial-data query. A Kite MCP entry is added to the Claude Desktop configuration file, the app is restarted, and Claude exposes the server's available tools. If configuration fails, Claude Desktop points to the MCP error and log location instead of leaving the connection opaque.
Authentication remains explicit. Claude requests the Kite login tool, opens an approval link, and returns to the conversation after the brokerage session is authorized. Pratik then asks a portfolio question related to long-term capital gains, allowing the assistant to call a specific account tool rather than guessing from general model knowledge.
The demo is deliberately narrow, and that is the right posture for financial tooling. MCP makes account functions conversational, but it does not remove the need to inspect every permission, confirm the account and understand whether a tool reads data or can place an order. The useful result here is read-oriented access through a visible tool call, not autonomous trading authority.
What to take from it
- Treat the MCP configuration and its logs as part of the product surface.
- Keep brokerage authentication explicit and permission-scoped.
- Separate portfolio questions from any action that could create a trade.