A Model Context Protocol (MCP) server that provides programmatic access to TradingView's technical indicators and market data for automated trading analysis and strategy development.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-tradingview-serv": {
"command": "uvx",
"args": [
"mcp-tradingview-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-tradingview-serv uvx mcp-tradingview-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-tradingview-serv": {
"command": "uvx",
"args": [
"mcp-tradingview-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-tradingview-server