Best for
- Users conducting market research through AI assistants
- Developers who want a free, self-hosted MIT-licensed server
- Researchers prototyping technical-analysis, screening, and backtesting workflows
This is a broad open-source financial-data MCP server covering live quotes, technical analysis, screening, sentiment, news, and backtesting. It is not an official TradingView product, does not execute trades, and does not provide financial advice; data quality, upstream rate limits, and Python-version compatibility are the main operational considerations.
TradingView MCP is an independent open-source MCP server for real-time market data, technical indicators, stock and crypto screening, news and sentiment analysis, and strategy backtesting. It supports stocks, crypto, forex, and futures across global exchanges. The project is not affiliated with TradingView and requires no TradingView account or API key.
Install tradingview-mcp-server with pip, or run it from source. For Claude Desktop, add the example command to claude_desktop_config.json; macOS may require the full path to uvx. Marketaux authentication is optional for news and sentiment tools; other tools work without it. On Windows, Python 3.13 is recommended for first launch.
{"mcpServers":{"tradingview":{"command":"/Users/YOUR_USERNAME/.local/bin/uvx","args":["--from","tradingview-mcp-server","tradingview-mcp"]}}}