kite-mcp-server
A Model Context Protocol (MCP) server that provides AI assistants with secure access to the Kite Connect trading API.
This server enables AI agents to retrieve market data, manage portfolios, and execute trades through a standardized interface. It offers features such as portfolio management, order management, GTT orders, and real-time market data access. Additionally, it supports automatic pagination for large datasets and implements most Kite Connect API endpoints, making it a comprehensive solution for trading needs.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kite-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-kite-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions