Back to Apps

MCP TradingView Server
by bidouilles
Access TradingView technical indicators and market OHLCV data for automated trading analysis within AI agents.
19 stars
Updated 8 months ago
Works in:claude
Exposes:ToolsResources
What it does
This server connects AI agents to TradingView's vast array of technical indicators and market data. It allows the AI to fetch real-time and historical snapshots of technical indicators, enabling automated strategy development, trend analysis, and market monitoring without leaving the chat interface.
Tools
get_indicators: Retrieves a full snapshot of TradingView technical indicators for a specific symbol and timeframe.get_specific_indicators: Filters the indicator snapshot to return only requested keys.get_historical_data: Streams historical OHLCV candle data for a given symbol.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tradingview": {
"command": "uvx",
"args": ["--from", "/absolute/path/to/mcp-tradingview-server", "mcp-tradingview"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
uvx --from /absolute/path/to/mcp-tradingview-server mcp-tradingviewInformation
- Pricing
- free
- Published
- 6/5/2026
- Updated
- 8 months ago
- stars
- 19
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"tradingview": {
"command": "uvx",
"args": ["--from", "/absolute/path/to/mcp-tradingview-server", "mcp-tradingview"]
}
}
}






