TradingView MCP Server

Advanced cryptocurrency and stock market analysis for Claude AI. Real-time data, technical indicators, and intelligent Bollinger Band analysis.

8+
Exchanges
15+
Indicators
6
Timeframes
Real-time
Data

Powerful Features

Everything you need for professional market analysis directly in Claude

Real-time Market Screening

Find top gainers, losers, and trending assets across multiple exchanges with instant data updates.

AI-Powered Analysis

Advanced technical analysis with Bollinger Bands, RSI, MACD, and proprietary rating system.

Multi-Market Support

Crypto exchanges (KuCoin, Binance, Bybit) and traditional markets (NASDAQ, BIST) in one place.

Pattern Recognition

Detect consecutive candle patterns, Bollinger Band squeezes, and breakout opportunities.

Multi-Timeframe

Analyze from 5-minute to monthly charts for comprehensive market perspective.

Claude Integration

Seamlessly integrated with Claude Desktop through Model Context Protocol (MCP).

Quick Installation

Get up and running in minutes with our simple setup process

1

Install UV Package Manager

UV is a fast Python package manager that handles all dependencies automatically. Choose your preferred installation method:

Option 1: Using Brew (macOS - Recommended)
brew install uv

Recommended for macOS users: Brew automatically handles PATH configuration and updates.

Option 2: Direct Installation
# Option 1: Homebrew (macOS - Recommended)
brew install uv

# Option 2: Direct Installation
# On macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Verify Installation:
uv --version
2

Configure Claude Desktop

Add the MCP server to your Claude Desktop configuration file.

Find your config file:
# macOS
~/Library/Application Support/Claude/claude_desktop_config.json

# Windows
%APPDATA%\Claude\claude_desktop_config.json

# Linux
~/.config/Claude/claude_desktop_config.json
Add this configuration:
{
  "mcpServers": {
    "tradingview-mcp": {
      "command": "uv",
      "args": [
        "tool",
        "run",
        "--from",
        "git+https://github.com/atilaahmettaner/tradingview-mcp.git",
        "tradingview-mcp"
      ]
    }
  }
}
3

Restart Claude Desktop

Completely quit and restart Claude Desktop. The first startup may take 30-60 seconds as it downloads dependencies.

4

Verify Installation

Test your installation by asking Claude:

"Show me the top 5 crypto gainers on KuCoin in 15 minutes"

See It In Action

Real examples of what you can ask Claude with TradingView MCP

You
Show me the top 10 crypto gainers on KuCoin in the last 15 minutes
Claude
Here are the top 10 crypto gainers on KuCoin in the last 15 minutes:

Top Performers:
1. GARUSDT: +5.577%
2. LUNCDOWNUSDT: +4.788%
3. DFIUSDT: +5.375%
4. PBXUSDT: +3.377%
5. RBTC1USDT: +3.081%

All coins show strong momentum with Bollinger Band ratings indicating potential continuation...
You
Analyze Bitcoin with all technical indicators
Claude
Bitcoin (BTCUSDT) Technical Analysis:

Price Action:
• Current: $67,234.50
• Change: +2.45% (24h)

Technical Indicators:
• Bollinger Band Rating: +2 (Buy)
• RSI(14): 68.3 (Bullish)
• MACD: Bullish crossover
• EMA20: Above (Uptrend)

Overall sentiment: Strong bullish momentum with room for growth...

More Example Queries:

  • "Find crypto coins with Bollinger Band squeeze"
  • "Show me NASDAQ stocks with strong momentum"
  • "Find coins with 3 consecutive green candles"
  • "Which Turkish stocks are down 5% today?"
  • "Compare AAPL vs TSLA technical indicators"
  • "Find high-volume crypto with RSI below 30"

Try Our Live Screener

Experience the same powerful analysis in your browser

CryptoSieve Web Interface

Use our web-based Bollinger Band screener to test the same features before setting up the MCP server. Real-time scanning, multiple exchanges, and advanced technical analysis.

Open Live Screener