Kite Connect MCP Server
apis By Kite Trade
Description
MCP server integration for Zerodha Kite Connect APIs, allowing agents to fetch holdings, margins, positions, and live quotes.
Install & Run Command
npx -y mcp-remote https://mcp.kite.trade/mcp
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"kite": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.kite.trade/mcp"
]
}
}
} Server Details
Stars & Popularity ⭐️ 450
Author Kite Trade
Category apis
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry