Back to Apps

TradingView Chart MCP
by ertugrul59
Fetch real-time TradingView chart snapshots for any ticker and interval using optimized browser pooling.
0 stars
Works in:Cursor
Exposes:Tools
What it does
This MCP server allows AI assistants to capture and analyze TradingView chart images. It uses Selenium with a sophisticated browser pooling architecture to fetch high-quality snapshots of financial charts, supporting any ticker symbol and timeframe.
Tools
get_tradingview_chart_image: Fetches a direct image URL or base64 snapshot of a TradingView chart for a specified ticker and interval.get_performance_stats: Provides real-time metrics on request speed, browser pool utilization, and concurrency improvements.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tradingview-chart-mcp": {
"command": "python3",
"args": ["/absolute/path/to/tradingview-chart-mcp/main_optimized.py"],
"env": {
"TRADINGVIEW_SESSION_ID": "YOUR_SESSION_ID",
"TRADINGVIEW_SESSION_ID_SIGN": "YOUR_SESSION_ID_SIGN"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
python3 main_optimized.pyInformation
- Pricing
- free
- Published
- 4/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.json with required session environment variables.Claude Desktop
Add to mcpServers in claude_desktop_config.json with TRADINGVIEW_SESSION_ID and TRADINGVIEW_SESSION_ID_SIGN env vars.






