{"id":414246,"date":"2025-05-20T17:53:05","date_gmt":"2025-05-20T12:23:05","guid":{"rendered":"https:\/\/zerodha.com\/z-connect\/?p=414246"},"modified":"2025-09-16T15:06:10","modified_gmt":"2025-09-16T09:36:10","slug":"connect-your-zerodha-account-to-ai-assistants-with-kite-mcp","status":"publish","type":"post","link":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp","title":{"rendered":"Connect your Zerodha account to AI assistants with Kite MCP"},"content":{"rendered":"<p>You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite <a href=\"https:\/\/nadh.in\/blog\/mcp-seems-viral\/\">Model Context Protocol (MCP)<\/a>. With this, you instantly get a personal financial assistant that understands your portfolio and can answer complex questions in any language of your choice.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/001.png\" \/><\/p>\n<h2>What is Model Context Protocol (MCP)?<\/h2>\n<p><iframe width=\"100%\" src=\"https:\/\/www.youtube.com\/embed\/dA6IgCdg6tE\" frameborder=\"0\" allowfullscreen><\/iframe><\/p>\n<p><a href=\"https:\/\/nadh.in\/blog\/mcp-seems-viral\/\">Model Context Protocol (MCP)<\/a> is a communication standard that enables AI assistants to interact with real-world data and services. Rather than relying only on pre-trained knowledge, AI tools can now access live information from your Zerodha account.\u00a0<\/p>\n<div style=\"background-color: #fffbe2; padding: 5px 13px; margin: 25px 0; border: 1px solid #ffde7d; border-radius: 3px;\">\n<p style=\"margin-top: 0; margin-bottom: 0;\">Similar to Kite Connect APIs which are now free, accessing your Zerodha account through MCP has no additional charges. To learn more about Kite Connect, click <a href=\"https:\/\/zerodha.com\/products\/api\/\">here<\/a>.<\/p>\n<\/div>\n<p>In simple terms, MCP enables AI assistants to provide:<\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Real-time data access<\/b>: Access current market prices, not just historical data<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Personalised insights<\/b>: Analyse your specific portfolio, not just give generic insights<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Interactive capabilities<\/b>: Not just answer questions &#8211; but retrieve precise information you need<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Natural conversation<\/b>: Ask about complex market data in plain language<\/li>\n<\/ul>\n<p>Without MCP, AI assistants are limited to the generic information available on the internet and can\u2019t give responses specific to <i>your<\/i> account.<\/p>\n<p><b>MCP is supported by multiple AI platforms<\/b> including Claude, Windsurf, and Cursor, giving you flexibility in choosing which AI tool works best for your needs<\/p>\n<h2>Setting up Kite MCP<\/h2>\n<h3 id=\"claude\">Claude (Desktop)<\/h3>\n<p><b>Install Node.js<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Download and install Node.js from <a href=\"https:\/\/nodejs.org\/en\"><span style=\"color: #3366ff;\">nodejs.org<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Verify installation by opening Command Prompt and typing node &#8211;version<\/li>\n<\/ul>\n<p><b>Configure Claude Desktop<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Open <span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https:\/\/claude.ai\/download\">Claude Desktop<\/a><\/span> application<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Go to Settings (gear icon)<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Click on <em>Developer<\/em>\u00a0in the left sidebar<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Click <em>Edit Config<\/em><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Add the following configuration:<\/li>\n<\/ul>\n<pre>{\n    \"mcpServers\": {\n        \"kite\": {\n            \"command\": \"npx\",\n            \"args\": [\"mcp-remote\", \"https:\/\/mcp.kite.trade\/mcp\"]\n        }\n    }\n}\n<\/pre>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Save and restart Claude Desktop<\/li>\n<\/ul>\n<p>For a visual walkthrough of the setup process, check out this step-by-step video guide on configuring MCP for Claude Desktop.<\/p>\n<p><iframe width=\"100%\" src=\"https:\/\/www.youtube.com\/embed\/tD1z8lR0CDE\" frameborder=\"0\" allowfullscreen><\/iframe><\/p>\n<p><strong>Verify Connection<\/strong><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">In Claude Desktop, look for the tools\/hammer icon in the chat interface<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Click it to verify Kite MCP tools are available<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Follow the authorisation prompts to connect to your Zerodha account<\/li>\n<\/ul>\n<h3 id=\"vscode\">Visual Studio Code<\/h3>\n<p>If you prefer using Visual Studio Code with AI extensions, you can also configure Kite MCP:<\/p>\n<p><b>Prerequisites<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https:\/\/code.visualstudio.com\/download\"><span style=\"color: #3366ff;\">Visual Studio Code<\/span><\/a> installed<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https:\/\/nodejs.org\/en\"><span style=\"color: #3366ff;\">Node.js<\/span><\/a> installed<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">VS Code GitHub Copilot extension or another AI extension that supports MCP<\/li>\n<\/ul>\n<p><b>Configuration Steps<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Open VS Code settings (File &gt; Preferences &gt; Settings, or press Ctrl+,)<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Search for &#8220;copilot chat mcp&#8221; or navigate to the GitHub Copilot Chat configuration<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Click on <em>Edit in settings.json<\/em><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Add the following configuration to your settings.json file:<\/li>\n<\/ol>\n<pre>   \"mcp\": {\n        \"inputs\": [],\n        \"servers\": {\n            \"kite\": {\n                \"url\": \"https:\/\/mcp.kite.trade\/mcp\"\n            }\n        }\n    }\n<\/pre>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Save the settings file and restart VS Code<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Open the Copilot Chat panel and use the \/mcp command to verify that Kite is listed as an available MCP server<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">When prompted, authorise your Zerodha account to connect with VS Code<\/li>\n<\/ol>\n<p>For more detailed information on setting up MCP servers in VS Code, refer to the<a href=\"https:\/\/code.visualstudio.com\/docs\/copilot\/chat\/mcp-servers\"> official documentation<\/a>.<\/p>\n<h3>Setup on Linux (Ubuntu\/Debian)<\/h3>\n<p>There are two unofficial builds for Claude Desktop on Linux:<\/p>\n<p><b>Using aaddrick&#8217;s Debian\/Ubuntu build<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"color: #3366ff;\"><a style=\"color: #3366ff;\" href=\"https:\/\/github.com\/aaddrick\/claude-desktop-debian\">GitHub Repository<\/a><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Installation:<\/li>\n<\/ul>\n<pre>   git clone https:\/\/github.com\/aaddrick\/claude-desktop-debian.git\n    cd claude-desktop-debian\n    chmod +x build.sh\n    .\/build.sh\n    sudo dpkg -i .\/claude-desktop_*.deb\n<\/pre>\n<p><b>Using k3d3&#8217;s Nix Flake method<\/b><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><a href=\"https:\/\/github.com\/k3d3\/claude-desktop-linux-flake\"><span style=\"color: #3366ff;\">GitHub Repository<\/span><\/a><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Quick run:<\/li>\n<\/ul>\n<pre>   NIXPKGS_ALLOW_UNFREE=1 nix run github:k3d3\/claude-desktop-linux-flake --impure\n<\/pre>\n<p>After installing with either method, configure MCP:<\/p>\n<pre>   mkdir -p ~\/.config\/Claude\n    nano ~\/.config\/Claude\/claude_desktop_config.json\n<\/pre>\n<p>Add the following:<\/p>\n<pre>   {\n        \"mcpServers\": {\n            \"kite\": {\n                \"command\": \"npx\",\n                \"args\": [\"mcp-remote\", \"https:\/\/mcp.kite.trade\/mcp\"]\n            }\n        }\n    }\n<\/pre>\n<p>Alternatively, you can use Claude Code (official Linux support):<\/p>\n<pre>   npm install -g @anthropic-ai\/claude-code\nclaude\n\/mcp add\n<\/pre>\n<p>When prompted, set up the Kite MCP server with the remote URL.<\/p>\n<h2>What can you do with Kite MCP?<\/h2>\n<p>With Kite MCP connected to Claude, you can have conversations about your portfolio and the markets in natural language. Here are some examples of what is currently available:<\/p>\n<h3>Portfolio analysis<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Ask for a breakdown of your portfolio performance across different time periods<br \/>\n<img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/002.png\" \/><\/li>\n<\/ul>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Get insights into your sector exposure and diversification<br \/>\n<img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/004.png\" \/><\/li>\n<\/ul>\n<p>Here are some portfolio insights you can request from Claude:<\/p>\n<ul>\n<li aria-level=\"1\">Create alerts when your portfolio drifts from target allocations<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Check which of your holdings has the highest percentage gain today<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">View your current positions and their unrealised P&amp;L<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Research stocks in natural language while seeing how they would fit with your existing portfolio<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Generate portfolio reports, comparisons, and visualisations instead of manual calculations<\/li>\n<\/ul>\n<h3>Research<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Set up GTT orders to implement systematic entry and exit strategies at predetermined price points<br \/>\n<img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/010.png\" \/><\/li>\n<\/ul>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Analyse your portfolio performance to identify patterns and improve your approach. You can even plan your trades, refine your strategies, size your positions and risk.<br \/>\n<img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/011.png\" \/><\/li>\n<\/ul>\n<p>Try these market research capabilities:<\/p>\n<ul>\n<li>Create custom technical indicators and overlay them with price charts<\/li>\n<li>You can also pull historical data to backtest strategies and visualise their performance<\/li>\n<li>Analyse correlations between your holdings and market indices<\/li>\n<li>Get current price data, trading volumes, and key statistics for any stock<\/li>\n<\/ul>\n<h3>Account information<\/h3>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Check your available margins and buying power<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Review your account&#8217;s P&amp;L for the day<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\">Understand your portfolio&#8217;s risk profile<br \/>\n<img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/016.png\" \/><\/li>\n<\/ul>\n<p><b>Please note<\/b>: Order placement, historical trade data, portfolio data, and some other features are currently unavailable. Kite MCP primarily provides market data and portfolio analysis capabilities at this time.<\/p>\n<h2>Example use cases<\/h2>\n<h3>Portfolio review<\/h3>\n<p>Ask Claude: Could you analyse my current portfolio holdings with the following details: top 5 positions by market value, best and worst performers, sector distribution, overall portfolio beta and volatility, and unrealised P&amp;L summary? Also plot my portfolio curve against an equal-weight composite index of Nifty500, Gold and Nifty 10 year G-Sec index.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/017.png\" \/><\/p>\n<h3>Analysing F&amp;O positions<\/h3>\n<p>Ask Claude: Please group my open positions based on the underlying and calculate net delta of my option strategies<br \/>\n<img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/018.png\" \/><\/p>\n<h3>Market overview<\/h3>\n<p>Ask Claude: Please provide a summary of today&#8217;s market conditions including major index movements, sector performance, any notable news affecting my holdings, and stocks with unusual volume or price action.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/019.png\" \/><\/p>\n<h3>Stock analysis<\/h3>\n<p>Ask Claude: What&#8217;s the current price of Infosys stock? Show me the day&#8217;s high and low, and compare its performance to the Nifty 50 today.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/020.png\" \/><\/p>\n<h3>Portfolio insights<\/h3>\n<p>Ask Claude: Which sectors am I most heavily invested in? What percentage of my portfolio is in large-cap stocks?<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/021.png\" \/><\/p>\n<h2>Security and privacy<\/h2>\n<p>Zerodha takes security seriously with the Kite MCP implementation:<\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Limited access<\/b>: Claude can only access data you explicitly authorise<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>No credential storage<\/b>: Your Zerodha credentials never pass through Claude. Instead, authentication happens externally through Kite&#8217;s secure two-factor authentication flow<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Read-only operations<\/b>: All operations are read-only &#8211; order placement is not available except for GTT orders<\/li>\n<\/ul>\n<p><em><strong>Note<\/strong>: Due to Claude&#8217;s free plan&#8217;s constraints, you may reach the conversation length limit quickly. For extended conversations, you can upgrade to Claude Pro.<\/em><\/p>\n<p>If you have any queries about Kite MCP, please post them in the comments below. Alternatively, you can also ask questions on our Trading Q&amp;A thread <a href=\"https:\/\/tradingqna.com\/t\/introducing-kite-mcp-connect-your-kite-account-to-ai-assistants\/181830\">here<\/a>.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite Model Context Protocol (MCP). With this, you instantly get a personal financial assistant that understands your portfolio and can answer complex questions in any language of your choice. What is Model Context [&hellip;]<\/p>\n","protected":false},"author":176551,"featured_media":414329,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[479,531],"tags":[],"class_list":["post-414246","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-featured","category-general"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.5 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Connect your Zerodha account to AI assistants with Kite MCP &#8211; Z-Connect by Zerodha<\/title>\n<meta name=\"description\" content=\"You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite Model Context\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Connect your Zerodha account to AI assistants with Kite MCP\" \/>\n<meta property=\"og:description\" content=\"You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite Model Context\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp\" \/>\n<meta property=\"og:site_name\" content=\"Z-Connect by Zerodha\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/zerodha.social\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/zerodha.social\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-20T12:23:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-16T09:36:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Team Zerodha\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@zerodhaonline\" \/>\n<meta name=\"twitter:site\" content=\"@zerodhaonline\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Team Zerodha\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp\",\"url\":\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp\",\"name\":\"Connect your Zerodha account to AI assistants with Kite MCP &#8211; Z-Connect by Zerodha\",\"isPartOf\":{\"@id\":\"https:\/\/zerodha.com\/z-connect\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png\",\"datePublished\":\"2025-05-20T12:23:05+00:00\",\"dateModified\":\"2025-09-16T09:36:10+00:00\",\"author\":{\"@id\":\"https:\/\/zerodha.com\/z-connect\/#\/schema\/person\/ab459269e8365cddd9d34c1885428210\"},\"description\":\"You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite Model Context\",\"breadcrumb\":{\"@id\":\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#primaryimage\",\"url\":\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png\",\"contentUrl\":\"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png\",\"width\":700,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/zerodha.com\/z-connect\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Featured\",\"item\":\"https:\/\/zerodha.com\/z-connect\/category\/featured\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Connect your Zerodha account to AI assistants with Kite MCP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zerodha.com\/z-connect\/#website\",\"url\":\"https:\/\/zerodha.com\/z-connect\/\",\"name\":\"Zerodha product and business updates\",\"description\":\"Z-Connect is Zerodha&#039;s official blog. Get the latest updates, product announcements news, and insights all in one place.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zerodha.com\/z-connect\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/zerodha.com\/z-connect\/#\/schema\/person\/ab459269e8365cddd9d34c1885428210\",\"name\":\"Team Zerodha\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zerodha.com\/z-connect\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/48197431b96187c109ad9cec95277dad5d96c853020ea2b0f26c675792bd17a5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/48197431b96187c109ad9cec95277dad5d96c853020ea2b0f26c675792bd17a5?s=96&d=mm&r=g\",\"caption\":\"Team Zerodha\"},\"description\":\"Simple and secure, no nonsense investing and trading.\",\"sameAs\":[\"https:\/\/facebook.com\/zerodha.social\",\"https:\/\/x.com\/zerodhaonline\"],\"url\":\"https:\/\/zerodha.com\/z-connect\/author\/team-zerodha\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Connect your Zerodha account to AI assistants with Kite MCP &#8211; Z-Connect by Zerodha","description":"You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite Model Context","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp","og_locale":"en_US","og_type":"article","og_title":"Connect your Zerodha account to AI assistants with Kite MCP","og_description":"You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite Model Context","og_url":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp","og_site_name":"Z-Connect by Zerodha","article_publisher":"https:\/\/www.facebook.com\/zerodha.social","article_author":"https:\/\/facebook.com\/zerodha.social","article_published_time":"2025-05-20T12:23:05+00:00","article_modified_time":"2025-09-16T09:36:10+00:00","og_image":[{"width":700,"height":400,"url":"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png","type":"image\/png"}],"author":"Team Zerodha","twitter_card":"summary_large_image","twitter_creator":"@zerodhaonline","twitter_site":"@zerodhaonline","twitter_misc":{"Written by":"Team Zerodha","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp","url":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp","name":"Connect your Zerodha account to AI assistants with Kite MCP &#8211; Z-Connect by Zerodha","isPartOf":{"@id":"https:\/\/zerodha.com\/z-connect\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#primaryimage"},"image":{"@id":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#primaryimage"},"thumbnailUrl":"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png","datePublished":"2025-05-20T12:23:05+00:00","dateModified":"2025-09-16T09:36:10+00:00","author":{"@id":"https:\/\/zerodha.com\/z-connect\/#\/schema\/person\/ab459269e8365cddd9d34c1885428210"},"description":"You can now connect your Zerodha account to AI assistants like Claude, Cursor, and Windsurf completely free of charge with the new Kite Model Context","breadcrumb":{"@id":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#primaryimage","url":"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png","contentUrl":"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png","width":700,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/zerodha.com\/z-connect\/featured\/connect-your-zerodha-account-to-ai-assistants-with-kite-mcp#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zerodha.com\/z-connect\/"},{"@type":"ListItem","position":2,"name":"Featured","item":"https:\/\/zerodha.com\/z-connect\/category\/featured"},{"@type":"ListItem","position":3,"name":"Connect your Zerodha account to AI assistants with Kite MCP"}]},{"@type":"WebSite","@id":"https:\/\/zerodha.com\/z-connect\/#website","url":"https:\/\/zerodha.com\/z-connect\/","name":"Zerodha product and business updates","description":"Z-Connect is Zerodha&#039;s official blog. Get the latest updates, product announcements news, and insights all in one place.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zerodha.com\/z-connect\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/zerodha.com\/z-connect\/#\/schema\/person\/ab459269e8365cddd9d34c1885428210","name":"Team Zerodha","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zerodha.com\/z-connect\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/48197431b96187c109ad9cec95277dad5d96c853020ea2b0f26c675792bd17a5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/48197431b96187c109ad9cec95277dad5d96c853020ea2b0f26c675792bd17a5?s=96&d=mm&r=g","caption":"Team Zerodha"},"description":"Simple and secure, no nonsense investing and trading.","sameAs":["https:\/\/facebook.com\/zerodha.social","https:\/\/x.com\/zerodhaonline"],"url":"https:\/\/zerodha.com\/z-connect\/author\/team-zerodha"}]}},"jetpack_featured_media_url":"https:\/\/zerodha.com\/z-connect\/wp-content\/uploads\/2025\/05\/Zconnect-image-MCP.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/posts\/414246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/users\/176551"}],"replies":[{"embeddable":true,"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/comments?post=414246"}],"version-history":[{"count":42,"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/posts\/414246\/revisions"}],"predecessor-version":[{"id":427137,"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/posts\/414246\/revisions\/427137"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/media\/414329"}],"wp:attachment":[{"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/media?parent=414246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/categories?post=414246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zerodha.com\/z-connect\/wp-json\/wp\/v2\/tags?post=414246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}