Connect TradingView Desktop + your Indian broker to Claude in minutes. Works on Mac and Windows.
%APPDATA%\Claude\claude_desktop_config.json/opt/homebrew/bin/node with output of where node in PowerShellOpen Terminal (Mac) or PowerShell (Windows) and run:
npm link gives you the tv command globally — tv status, tv brief, tv dashboard all work from any terminal.Open the config file and add the tradingview block. Find your username with echo $USER (Mac) or echo %USERNAME% (Windows). Find your node path with which node (Mac) or where node (Windows).
"tradingview" block inside the existing mcpServers — don't replace the whole file.Two things to do each session — takes 10 seconds total.
In Claude Desktop, just say:
"cdp_connected": true — you're live. Done.Tell Claude to fill in your trading rules and sync your watchlist, then run the brief.
tv dashboard — see your full config + how to update each fieldtv rules set --field notes --value '"RBI policy Thursday"' — update any fieldtv rules show — print full rules.jsontv status — quick CDP health check from terminaltv brief — run morning brief from terminal (no timeout)Merge this block into mcpServers in your Claude Desktop config:
%USERPROFILE%\zerodha-mcp\src\index.js and node path to output of where node.Restart Claude Desktop, then say:
Merge this block into mcpServers:
Authorization header in the request headers.env block in your config.Your final claude_desktop_config.json will look like this:
Prefer someone to set it up for you?