loading…
Search for a command to run...
loading…
An MCP server that integrates with the Zerodha KiteConnect API to facilitate programmatic stock trading operations. It enables users to execute buy and sell com
An MCP server that integrates with the Zerodha KiteConnect API to facilitate programmatic stock trading operations. It enables users to execute buy and sell commands directly through an MCP-compatible interface.
Zerodha Trading MCP Server
This project implements a Model Context Protocol (MCP) server for trading on the Zerodha platform using the KiteConnect API. The server allows users to execute buy and sell stock commands programmatically.
Prerequisites Before setting up the MCP server, ensure you have the following:
Installation
Clone this repository:
git clone https://github.com/kingnavneeth094/Zerodha-MCP.git
cd Zerodha-MCP
Install dependencies:
npm install
Configure the MCP server:Create or update the MCP configuration file with the following structure:
{
"mcpServers": {
"trader": {
"command": "<path-to-node-executable>",
"args": ["<path-to-index.js>"]
}
}
}
Replace
Usage
References This project is built using the following SDKs and libraries:
KiteConnectJS: Official JavaScript SDK for Zerodha's KiteConnect API. MCP TypeScript SDK: SDK for implementing MCP servers in TypeScript.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"zerodha-trading-mcp-server": {
"command": "npx",
"args": []
}
}
}