Back to directory
tradingview-chart-mcp

tradingview-chart-mcp

@ertugrul5993

An MCP server that fetches TradingView chart images based on ticker and interval, featuring advanced browser pooling for optimized concurrent performance.

TradingViewchartimagescraperbrowser automationfinance

Installation & Configuration

{
  "mcpServers": {
    "tradingview-chart-mcp": {
      "command": "/absolute/path/to/your/tradingview-chart-mcp/.venv/bin/python3",
      "args": [
        "/absolute/path/to/your/tradingview-chart-mcp/main.py"
      ],
      "env": {
        "TRADINGVIEW_SESSION_ID": "YOUR_SESSION_ID_HERE",
        "TRADINGVIEW_SESSION_ID_SIGN": "YOUR_SESSION_ID_SIGN_HERE"
      }
    }
  }
}

Information

Transport
stdiostreamable
Language
Python
Created
2025/4/24
Updated
2026/6/8