Back to Apps

TradingView MCP Server
Supports UIby asmah-acheampong
Trading assistant for Forex, Stocks, and Crypto with Pine Script tools and technical indicators.
0 stars
Works in:claude
Exposes:Tools
What it does
TradingView MCP Server connects AI assistants to TradingView's ecosystem, enabling the analysis of Forex, Stocks, and Crypto markets. It specifically empowers the AI to help users develop, validate, and test Pine Script trading strategies.
Tools
pine_script_validator: Validates Pine Script code for syntax and logical errors.indicator_analysis: Provides insights and data from over 20 technical indicators.strategy_tester: Assists in backtesting and refining trading strategies using historical data.autocomplete_script: Generates Pine Script code snippets based on trading requirements.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"tradingview": {
"command": "python",
"args": ["-m", "tradingview_mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install tradingview-mcpInformation
- Pricing
- free
- Published
- 4/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Install dependencies via requirements.txt and configure the server in claude_desktop_config.json.





