Need a guide for connecting Zerodha’s Kite MCP to n8n. I want to use it to automate organinsing my day to day trades in a dashbord style view. It should be needing login details like account and password or key? Not sure how this can be done, new to this. Any help is greatly appreciated…
To connect Zerodha’s Kite MCP to n8n, you’ll need to use Zerodha’s API credentials. First, generate an API key and access token from your Zerodha Kite account. Then, configure the HTTP Request node in n8n to authenticate with the API key and token for making requests to Kite MCP endpoints. You can refer to Zerodha’s API documentation for the specific endpoint URLs and parameters needed for your trades. If you need help with the HTTP Request node setup, share your workflow JSON and I can guide you further.
just adding to what was already mentioned, the mcp is essentially a layer on top of Kite Connect, so the integration usually follows the Kite Connect API flow rather than something mcp-specific.
for reference, here’s the official mcp server repo