Someone on X quietly posted a repo last week, and within days nearly 750,000 traders were talking about it. The project is called TradingView MCP, and what it does is wire Claude directly into a live TradingView session, not a screenshot, not a delayed API call, the actual running chart, in real time.
Most “AI trading” tools before this worked like this: you screenshot the chart, drag it into ChatGPT, wait a few seconds, and by the time the answer comes back the candles have moved. You’re reading a verdict on a chart that no longer exists. It’s not analysis,it’s archaeology.
This is different. Claude isn’t looking at an image. It reads the underlying code values directly, the way a browser’s developer console reads a live webpage. Every candle, every wick, every price tick, seen at the code level, not pixel-guessing from a JPEG.
How It Actually Works Under the Hood
TradingView, like any modern web application, runs on dynamic code. When you right-click any browser page and hit “Inspect,” you see the code updating live as new data loads. That’s exactly what MCP taps into. Claude sits in your terminal, watches that live data stream, and responds to plain English commands you type or speak.
You say “show me Bitcoin on the weekly.” The chart changes. You say “remove the volume indicator.” Gone. No menus, no drag-and-drop, no clicking through layers of settings.
One person on X described it like this: “Feels like you’re talking to the chart, not about the chart.” That’s a good way to put it. The interface collapses, the friction drops, and suddenly the question isn’t how to use the tool, it’s what you actually want to know.https://polysmartwallet.com/
Another trader wrote: “I’ve been in front of charts for 11 years. This is the first thing in years that felt genuinely new.” Not hype. Just someone who’s been around long enough to know the difference.
Setting It Up Takes About Five Minutes
The original repo had a manual setup path. Copy this, paste that, configure this JSON. A headache. The improved version at github.com/LewisWJackson/tradingview-mcp-jackson replaces all of that with a single “one-shot setup prompt.”
You copy the prompt, paste it into Claude Code, answer two or three yes/no questions, and you’re done. The most complicated step is dragging the TradingView app icon from your Finder into the terminal window, so Claude knows the file path. That’s it.
After setup, you run a health check command to confirm the connection is live, then you’re talking to your charts.
You will need Claude Code installed and TradingView Desktop running with CDP enabled. TradingView Desktop is a free download from tradingview.com/desktop. The whole thing runs locally on your machine.
The Morning Brief, and Why It Matters
The original version had one annoying limitation. To review your watchlist, you’d have to ask Claude about each asset one at a time. “Now show me Ethereum. Now Solana. Now XRP.” That gets old fast.
The improved version, available now at github.com/LewisWJackson/tradingview-mcp-jackson , adds a “morning brief” command. One line in your terminal, and Claude cycles through every asset on your watchlist, checks each chart against your defined rules, and hands you a summary. Bitcoin: bearish. Ethereum: bearish but closest to a reversal. XRP: neutral. Done.
You can run it whenever you want, set it on a timer, attach it to your morning routine. The point is you stop babysitting the tool and start using it.
The Rules File Is Where It Gets Interesting
Claude doesn’t come with trading opinions. It comes with the ability to hold yours.
There’s a rules.json file in the project where you define what “bullish” means to you, what conditions trigger a long entry, what exits look like, what risk tolerance you’re working with, which time frames matter. You write those rules by talking to Claude, not by editing JSON by hand.
Once those rules are set, Claude doesn’t deviate from them. No second-guessing, no mood swings, no hesitation at 2am when the chart looks scary. You did the thinking once. The system executes it every time.
You can take this further. If there’s a trader whose analysis you trust, whose public videos and transcripts are available, you can feed that body of work into Claude and ask it to extract the strategy, build the logic, and write it as a Pine Script for your chart. You end up looking at Bitcoin the way that trader does, every morning, without waiting for their next video.
Pine Script on Demand
Pine Script is TradingView’s native scripting language. It powers custom indicators, alerts, and strategy backtests. Normally you either learn to write it yourself or pay someone.
With this setup, you ask Claude to write it. You describe what you want, whether it’s a classic setup like the Van der Pop strategy with RSI and MACD, or something you invented, and Claude writes the script, drops it into the chart, watches for compile errors, fixes them, and keeps iterating until it works.
The first time you watch your terminal rewriting live errors while the chart updates in real time, it does feel a bit like the Matrix scene. That reaction fades. What doesn’t fade is the fact that you now have a working custom indicator you didn’t have to build yourself.
What to Do With This
Start here: github.com/LewisWJackson/tradingview-mcp-jackson
The repo is public and free. Copy the one-shot setup prompt from the README, paste it into Claude Code, and follow the two or three prompts it gives you. Get TradingView Desktop running first so the connection has somewhere to land.
Once the health check passes, just talk to the chart. Ask it to show you something you’ve been watching. Apply a simple indicator, the 200 EMA and RSI is a good place to start. Watch how it responds. Once you trust the basics, open the rules file and start writing your actual strategy in plain English.
Let the morning brief run the daily scan from there. The only real work is deciding what you’re looking for in a chart, which is worth doing regardless of what tools you’re using.



Top comments (0)