How to connect Zerodha’s Kite MCP to n8n

Describe the problem/error/question

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…

Please share your workflow

Information on your n8n setup

  • n8n version: 1.122.5
  • Database (default: SQLite): default
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Hostingr Docker
  • Operating system: Ubuntu

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.