MCP Directory
Back

tradingview-chart-mcp

by ertugrul59 · Python · ★ 91

MCP server that captures TradingView chart images via Selenium — supports any ticker/interval with browser pooling for concurrent performance

#chart-scraper#mcp#mcp-server#model-context-protocol#python#selenium#technical-analysis#trading#tradingview#tradingview-charts

Install

pip install git+https://github.com/ertugrul59/tradingview-chart-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "tradingview-chart-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ertugrul59/tradingview-chart-mcp.git"
      ]
    }
  }
}

From the README

**🚀 Now with Browser Pooling Optimization for 70-80% Better Concurrent Performance!** This MCP server provides tools to fetch TradingView chart images based on ticker and interval with advanced browser pooling for maximum concurrent performance. - **Production Version**: Uses with browser pooling for maximum concurrent performance - **Performance Improvement**: 70-80% faster for concurrent requests - **Concurrent Handling**: Supports up to 4 simultaneous requests with pre-initialized browser instances - **Expected Performance**: - 1 request: ~6-8s (baseline) - 2 concurrent: ~3-4s each…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers