Have you ever ever wished you may ask an AI Assistant to investigate your portfolio and let you know how your shares are doing at the moment? With the most recent launch of Kite MCP (Mannequin Context Protocol) from Zerodha, that future is right here. The MCP permits you to join your Zerodha account with Claude and ask it to give you the results you want. This connection permits buyers to talk with their portfolio and ask complicated market questions, all in easy English. Whether or not you’re a seasoned dealer or an entire newbie, this integration will fully change your investing workflow. On this information, we are going to deep dive into the combination of Zerodha Kite MCP server with Claude and discover ways to rework our funding workflow utilizing it.
Understanding Kite MCP
Kite MCP acts as a connector between your LLM (Massive Language Mannequin) and the exterior instruments accessible, in a structured method. It is sort of a standardized method for LLMs to speak to or work with exterior programs, making it simpler to carry out multi-step duties. The MCP additionally acts like a contextual knowledge layer that enables AI to see the stay knowledge.

The normal Kite API offers us structured knowledge based mostly on handbook queries. We might then have to investigate the outcomes and get the insights ourselves. Now with Kite MCP, we will immediately ask portfolio queries via pure language prompts like “What’s my P&L at the moment?”. Claude can provide you personalised responses to such queries based mostly in your use case and context.
That is doable because the Kite MCP permits Claude to entry all of the portfolio-related instruments and use them when required. So, now, Claude can analyse our holdings, our earlier orders, our P&L, and rather more. Collectively, Zerodha’s Kite MCP and Claude, give us a strong AI investing assistant constructed straight into our workflow with a single line of code.
Step-by-Step Integration of Kite MCP and Claude
Right here’s how one can combine Kite MCP with Claude and use it as your private inventory buying and selling assistant.
Step 1: Putting in Node.js
First, you could obtain the Node from the official web site https://nodejs.org/en/obtain based mostly on the working system you’re utilizing.

As soon as downloaded, confirm its set up utilizing the next command:
# Confirm npm model:
npm -v # Ought to print the downloaded model
Step 2: Configuring Claude Desktop for MCP
The subsequent step is to arrange the configuration file for Claude. Notice that the configuration file is exclusive for every consumer.
Since we’re utilizing Claude’s desktop app, we might want to edit Claude’s configuration file. To do that:
- Go to Claude Settings.
- Then go to the Developer Part.
- Click on on “Edit Config”.

- Search for “claude_desktop_config.json”. If the file isn’t already there, please create it with the identical title.

- Place the next code inside it and save the file. This code accommodates the hyperlink for the Kite MCP that Claude will use to entry the distant instruments.
{
"mcpServers": {
"kite": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.kite.trade/sse"]
}
}
}
- Now, restart the Claude Desktop Software, and it is possible for you to to see all of the MCP instruments accessible.

Step 3: Testing the Integration
Now that we’ve efficiently added the Zerodha Kite MCP server to Caude, it’s time to try it out.
1. Accessing the Newest Information Utilizing Kite MCP
Immediate: “Give me knowledge for nifty 50 for final 20 days with kite”
Output:

Once we put within the question, Claude efficiently detects the Kite MCP AI instruments and begins to listing which instruments it might use. It then asks us to log in to Kite with the hyperlink. As soon as we click on on the hyperlink and fill in our account particulars, we can be logged in. Then return to Claude and kind “Finished” and it’ll reply your question using the supplied instruments.

2. Checking Portfolio Particulars
Immediate: “What’s my revenue in Kite for the day?”
Output:

Once more, it’s going to ask you to log in; observe the earlier steps to take action. Sort “Finished” and it’ll reply you utilizing Zerodha AI.

Additionally Learn: 7 Finest AI Inventory Market Software program for Buying and selling in 2025
Kite MCP’s Information Safety Measures
Now we have examined our personalised buying and selling assistant in Claude utilizing the Kite MCP, and the outputs are wanting good. Nevertheless, for the reason that Zerodha AI MCP can entry all the knowledge from the portfolio, it might increase some issues concerning knowledge safety.
Zerodha thought of safety and privateness as vital features whereas constructing the Kite MCP. Listed here are some factors that Zerodha makes certain:
- Claude can entry solely the info that’s explicitly licensed by the consumer. It may possibly’t get entry to all the info with out granting permission.
- Zerodha’s credentials are by no means saved inside Claude. Authentication is dealt with securely via Zerodha’s programs.
- The present operations are read-only, which ensures that no transaction happens with out the consumer’s intent and even mistakenly.
Limitations of Utilizing Zerodha’s Kite MCP with Claude
Though Kite MCP is wanting promising, there are some factors that we should always contemplate as small limitations of Zerodha’s AI.
- Repeated Login: For each question you ask, you can be requested to log in once more, which appears to be a limitation of Kite MCP. Nevertheless, it might be carried out for safety functions in order that nobody can entry your Zerodha account with Claude if you end up away.
- Error Message: Getting “Failed to make use of MCP device” error message with every immediate on the highest proper facet of Claude. Regardless of this, it’s going to reply your immediate if you log in.
- Safety Challenge: Be sure that Zerodha credentials should not shared inside the Claude chat, as this will hinder your privateness and your credentials.
Conclusion
The launch of Kite MCP has taken AI-assisted buying and selling and investing to the following degree. Kite MCP’s integration with Claude and different MCP shoppers makes it simply accessible to everybody. By means of this integration, we get entry to a personalised AI assistant, that may retrieve data, analyze it, and draw insights out of your Zerodha account utilizing pure language prompts. This automated buying and selling and investing course of can change the world of the inventory market ceaselessly. As we discover the capabilities of this integration and use it to boost our buying and selling and funding methods, keep up to date with the long run developments of Zerodha AI because it continues to evolve.
Regularly Requested Questions
A. Zerodha MCP (Mannequin Context Protocol) permits AI assistants like Claude to straight work together together with your Zerodha account utilizing pure language prompts. Not like the standard Kite API which requires handbook querying and interpretation, MCP lets Claude fetch, analyze, and reply to data-driven questions in real-time.
A. Sure, it’s secure. Claude doesn’t retailer your Zerodha credentials. Authentication is dealt with securely via Zerodha’s personal login stream each time you utilize MCP instruments, guaranteeing that your account stays protected.
A. No. The setup is easy and requires solely fundamental steps like putting in Node.js and enhancing a configuration file. You don’t want to jot down or perceive complicated code to finish the combination.
A. This can be a present limitation of the combination, probably carried out for enhanced safety. Every session requires re-authentication to stop unauthorized entry to your Zerodha account.
A. Claude can analyze your portfolio, fetch P&L knowledge, present inventory efficiency insights, and even examine shares or market indices – all via easy English prompts, because of the Kite MCP instruments.
Login to proceed studying and revel in expert-curated content material.