MCP server for Zerodha Kite Connect API - India's leading stock broker trading platform. Execute trades, manage portfolios, and access real-time market data for NSE, BSE, and other Indian exchanges.
81
15 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
zerodha-kite
to the mcpServers
section:{
"mcpServers": {
"zerodha-kite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KITE_API_KEY",
"-e",
"KITE_ACCESS_TOKEN",
"-e",
"KITE_REDIRECT_URL",
"-e",
"KITE_API_SECRET",
- mcp/zerodha-kite@sha256:0668667c6890544ed1b60ef8348b4de3882f8fb16dae61b50bc922427ebab96c
],
"env": {
"KITE_API_KEY": "{{zerodha-kite.kite_api_key}}",
"KITE_ACCESS_TOKEN": "{{zerodha-kite.kite_access_token}}",
"KITE_REDIRECT_URL": "{{zerodha-kite.kite_redirect_url}}",
"KITE_API_SECRET": "your_api_secret_here"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Zerodha Kite Connect
version: 1.0.1
schema: v1
mcpServers:
- name: Zerodha Kite Connect
command: docker
args:
- run
- --rm
- -i
- -e
- KITE_API_KEY
- -e
- KITE_ACCESS_TOKEN
- -e
- KITE_REDIRECT_URL
- -e
- KITE_API_SECRET
- mcp/zerodha-kite@sha256:0668667c6890544ed1b60ef8348b4de3882f8fb16dae61b50bc922427ebab96c
env:
KITE_API_KEY: "{{zerodha-kite.kite_api_key}}"
KITE_ACCESS_TOKEN: "{{zerodha-kite.kite_access_token}}"
KITE_REDIRECT_URL: "{{zerodha-kite.kite_redirect_url}}"
KITE_API_SECRET: "your_api_secret_here"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
zerodha-kite
to the mcpServers
section:{
"mcpServers": {
"zerodha-kite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"KITE_API_KEY",
"-e",
"KITE_ACCESS_TOKEN",
"-e",
"KITE_REDIRECT_URL",
"-e",
"KITE_API_SECRET",
- mcp/zerodha-kite@sha256:0668667c6890544ed1b60ef8348b4de3882f8fb16dae61b50bc922427ebab96c
],
"env": {
"KITE_API_KEY": "{{zerodha-kite.kite_api_key}}",
"KITE_ACCESS_TOKEN": "{{zerodha-kite.kite_access_token}}",
"KITE_REDIRECT_URL": "{{zerodha-kite.kite_redirect_url}}",
"KITE_API_SECRET": "your_api_secret_here"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for