An MCP server that lets Claude read and interact with TradingView Desktop charts using the Chrome DevTools Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tv-mcp": {
"command": "npx",
"args": [
"-y",
"srinivasbe-07/tv-mcp"
]
}
}
}
Run in terminal:
claude mcp add tv-mcp npx -y srinivasbe-07/tv-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"tv-mcp": {
"command": "npx",
"args": [
"-y",
"srinivasbe-07/tv-mcp"
]
}
}
}