Introducing Kite MCP: Connect your Kite account to AI assistants

@raghuchouta You can follow the steps below to remove the Kite MCP from the Claude:

  • Open the Claude Desktop application
  • Go to Settings (gear icon)
  • Click on Developer in the left sidebar
  • Click Edit Config
  • Remove the Kite MCP server details from the claude_desktop_config.json file.
  • Delete the Kite MCP server from the Developer screen.

I am getting an error.

@Aman_Agrawal You may try the below troubleshooting steps.

1. Reinstall the Claude Desktop

  • Uninstall Claude.
  • Delete all app data (e.g., %APPDATA%\Claude on Windows or ~/Library/Application Support/Claude on macOS).
  • Reinstall the latest Claude Desktop.

2. Reinstall Node.js & Verify Runtime

  • Uninstall Node.js completely.
  • Install the latest version from https://nodejs.org.
  • In a terminal/command prompt, run:
    • node --version
  • Take screenshots of the output and share them.

3. Check the claude_desktop_config

  • Open the “claude_desktop_config” file.
  • Ensure the MCP server credentials match exactly as per the article.

4. Restart Claude & Confirm Tools Visibility

  • Close the Claude Desktop completely and reopen it.
  • Look for the Kite MCP tools in the tools list.

I am Rubise Tharayil (WW7814), i have purchase Claude paying US$ 236 (US$ 200 + Tax) on 8th July 25.

However, i am frequently getting disconnected and requesting me to open another chat…

Can you please help us to avoid such issues

Have a great day
Rubise Tharayil

A screenshot along with error details(if any) would help us to identify the issue better.

It seems you might be encountering the “Maximum Length” error, which is common with free-tier accounts. If you’re still facing this issue after upgrading to a paid plan with Claude, I suggest contacting Claude Support for assistance in identifying the exact cause.

1 Like

I am trying to access it from Perplexity but it doesn’t worked.
I have checked the MCP server is running ok.
Did anyone got success?

Currently, Perplexity doesn’t offer the same MCP integration that Claude provides to connect with your Kite account.

From the data privacy standpoint, will the LLM use my portfolio data to train itself?

By default, Claude doesn’t use your inputs or outputs to train its models. For more information, you might want to check out this article. Similarly, it’s a good idea to review the privacy policies of other LLMs to understand more about their training processes.

3 Likes

:smirk: Rookie move… Instead of worrying whether your portfolio data trains an LLM, you should be more concerned about bridging the information asymmetry between you (with your capital) and the corporate barons (with their insider edge). That’s a far bigger risk than quibbling on a forum about portfolio privacy

Hi, Looks like somethings broken again, I see an error “failed to call tool get_holdings”.

any idea why this is happening , is the mcp active only during trading hours ?

I’ve successfully been able to fetch the holding via Kite MCP. You might want to try it again from your side. If you encounter any issues, consider uninstalling the app, deleting the app data, and then reinstalling it. Afterward, configure the Kite MCP server again and see if that resolves the issue.

Hi Nivas_k

I tried uninstalling the claude app and deleting the folder from “AppData\Local\AnthropicClaude” . and then reinstalled and added the kite mcp to claude_desktop_config.json

Still see similar issue

I was able to use it few months ago, i think the last time it worked for me was on 26th july. after that i havent used it for a couple of weeks and now it doesnt work on my PC :slight_smile:

According to the screenshot you provided, it appears that the issue isn’t with an error pop-up message, but rather with session establishment.

Occasionally, even after completing the login process, Claude might prompt you to re-establish your session. In such instances, I recommend logging in once more and trying to fetch the holdings. Alternatively, you can start a new conversation thread and attempt to log in again before fetching the holdings.

If the problem continues, you may try using the following configuration details:

{
  "mcpServers": {
    "kite": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.kite.trade/mcp"]
    }
  }
}

This approach should help resolve the issue.

I am also facing the same issue.

Please follow the steps outlined below, and this should help resolve the issue.

@nivas_k Thanks, working now :+1:

1 Like