Back to Apps

Kite Go Library MCP Server
by souvik131
AI-powered trading assistant for Zerodha Kite, enabling order placement, portfolio management, and real-time market data access via Claude.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects Claude Desktop to the Zerodha Kite trading platform, allowing users to manage their stock portfolio, place trades, and analyze market data using natural language.
Tools
kite_place_order: Execute new buy/sell orderskite_get_holdings: Retrieve current portfolio holdingskite_get_positions: Check open trading positionskite_get_quote: Get real-time price quotes for instrumentskite_get_historical_data: Fetch historical candle data for analysiskite_get_margin: Check account margin availabilitykite_search_instruments: Find specific stocks or contracts
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kite-server": {
"command": "/path/to/your/downloaded/file",
"args": [],
"env": {
"TA_ID": "your_kite_username",
"TA_PASSWORD": "your_kite_password",
"TA_TOTP": "your_totp_secret_key",
"TA_LOGINTYPE": "WEB",
"TA_PATH": "http://127.0.0.1:80/kite",
"TA_PORT": "80",
"TA_FEED_TIMEOUT": "2",
"TA_FEED_INSTRUMENT_COUNT": "3000"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
Download executable from build folder and configure in Claude Desktop configInformation
- Pricing
- free
- Published
- 7/21/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
JSON configuration provided in description





