Does TradingView have an MCP server?

Sort of Community only

TradingView does not maintain an official MCP server. Community-built servers exist.

Verified 2026-08-10 against vendor docs
Access
Local server
Maintainer
Ahmet Taner Atila
License
MIT
Language
Python
Stars
3.9k
Last commit
4d ago
What it does
TradingView MCP server — real-time market data, technical analysis, screeners & backtesting for Claude, ChatGPT, Cursor & any MCP client. Stocks, crypto, forex & futures across global exchanges. Hosted or self-host.
— how atilaahmettaner/tradingview-mcp describes itself

Project site: pro.cryptosieve.com

The receipts
Top community server atilaahmettaner/tradingview-mcp

TradingView MCP server — real-time market data, technical analysis, screeners & backtesting for Claude, ChatGPT, Cursor & any MCP client. Stocks, crypto, forex & futures across global exchanges. Hosted or self-host.

★ 3.9k pushed 2026-08-07 MIT Active
Connect it

Runs on your machine over stdio, launched by your MCP client.

Add it from the terminal, then restart your session:

terminal
claude mcp add tradingview -- npx -y <package-from-readme>

Swap in the exact package and flags from the repo README — most servers need an API key passed as an environment variable.

Add --scope user to make it available in every project.

Before you connect this

A community server is unaudited third-party code that will hold your TradingView API credentials and see whatever data they unlock. Independent research puts SSRF vulnerabilities in roughly a third of public MCP servers, and 41% ship with no authentication at all.

  • Read the source before running it — especially any network calls it makes.
  • Check who maintains it and whether commits are recent (this one: 4d ago).
  • Issue a scoped, revocable API key rather than an account-wide token.
  • Prefer read-only credentials until you trust it with writes.
Questions
Does TradingView have an official MCP server?

No. TradingView does not maintain one. Third-party developers have built community servers, the most established being atilaahmettaner/tradingview-mcp, but they are not endorsed or supported by TradingView.

How do I connect TradingView to Claude?

Run the server locally and register it in Claude's MCP config. In Claude Code that's a single "claude mcp add" command; in Claude Desktop you add it to claude_desktop_config.json.

Is it safe to use a community TradingView MCP server?

Treat it like any dependency that gets your API keys. Community MCP servers are unaudited third-party code: independent research has found roughly a third of public MCP servers carry SSRF vulnerabilities and 41% ship with no authentication. Read the source, check the maintainer and commit recency, and scope the credentials you hand it.

How is this verdict verified?

No official MCP from TradingView — tradingview.com carries only MCP news about other companies. Strongest community server: atilaahmettaner/tradingview-mcp (~3.9k stars, active), using public data endpoints. GitHub metadata is refreshed every six hours.

How we know

No official MCP from TradingView — tradingview.com carries only MCP news about other companies. Strongest community server: atilaahmettaner/tradingview-mcp (~3.9k stars, active), using public data endpoints.

  • github data refreshed 2026-08-11, then every 6 hours
  • vendor docs verified on 2026-08-10

Work at TradingView? The moment you ship an official server this page flips to Officialsend us the link.

Also in Finance & Fintech

See all Finance & Fintech servers →