
MCP Chart Server
A Model Context Protocol server that generates TradingView chart visualizations with real-time updates, enabling AI assistants to create and display financial charts through an integration with Chart-IMG API.
Tools
generate_chart
Generate TradingView charts using Chart-IMG API with real-time progress updates
get_chart_status
Check the status of a chart generation request
get_available_symbols
Get list of available trading symbols from Chart-IMG API
get_recent_requests
Get recent chart generation requests with their status
health_check
Check the health and configuration status of the chart service
README
MCP Chart Server
A Model Context Protocol (MCP) server that integrates with Chart-IMG API to generate TradingView chart visualizations using Server-Sent Events (SSE) for real-time updates.
Features
- Real-time Chart Generation: Generate TradingView charts with live progress updates
- MCP Protocol Support: Works with Claude Desktop, Cline, and other MCP clients
- SSE Integration: Real-time event streaming for chart generation progress
- Professional Web Interface: Built-in API testing interface with live preview
- Comprehensive API: Full REST API with status tracking and event history
Quick Start
1. Get API Key
Register at chart-img.com to get your free API key.
2. Setup Environment
# Clone and setup
git clone <your-repo>
cd mcp-chart-server
npm install
# Set API key
echo "CHART_IMG_API_KEY=your_api_key_here" > .env
3. Run the Server
# Web interface (development)
npm run dev
# Access: http://localhost:5000
# MCP server (for clients)
npx tsx mcp-server.ts
MCP Client Configuration
Claude Desktop
Add to claude_desktop_config.json
:
{
"mcpServers": {
"chart-server": {
"command": "npx",
"args": ["tsx", "mcp-server.ts"],
"cwd": "/path/to/mcp-chart-server",
"env": {
"CHART_IMG_API_KEY": "your_api_key"
}
}
}
}
Config File Locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
Cline/Continue
Similar configuration in your MCP settings.
Available Tools
generate_chart
Generate TradingView charts with customizable parameters.
Example:
{
"symbol": "NASDAQ:AAPL",
"interval": "1D",
"chartType": "candlestick",
"width": 800,
"height": 600,
"indicators": [
{"type": "sma", "period": 20},
{"type": "rsi", "period": 14}
]
}
get_chart_status
Check generation progress and retrieve completed charts.
get_available_symbols
List available trading symbols from Chart-IMG API.
get_recent_requests
View recent chart generation history.
health_check
Verify API configuration and service status.
Supported Chart Types
- Candlestick - Traditional OHLC candles
- Line - Simple price line
- Area - Filled area chart
- Bar - OHLC bars
- Heikin Ashi - Modified candlesticks
Technical Indicators
- Moving Averages: SMA, EMA, WMA
- Oscillators: RSI, MACD, Stochastic
- Bollinger Bands
- Volume indicators
- And many more from TradingView
Symbol Format
Use TradingView symbol format: EXCHANGE:SYMBOL
Examples:
NASDAQ:AAPL
- Apple Inc.NYSE:TSLA
- Tesla Inc.BINANCE:BTCUSDT
- Bitcoin/USDTFOREX:EURUSD
- EUR/USD pair
Rate Limits
Depends on your Chart-IMG subscription:
- Basic: 1 req/sec, 50/day
- Pro: 10 req/sec, 500/day
- Mega: 15 req/sec, 1000/day
- Ultra: 35 req/sec, 3000/day
Web Interface
Access the built-in interface at http://localhost:5000
for:
- Interactive API testing
- Real-time SSE event monitoring
- Chart preview and download
- Request/response inspection
API Endpoints
POST /api/v2/chart/generate
- Generate chartGET /api/v2/chart/status/:id
- Check statusGET /api/v2/symbols
- Available symbolsGET /api/v2/events
- SSE connectionGET /api/health
- Health check
Troubleshooting
Missing API Key
Error: CHART_IMG_API_KEY not found
Solution: Set environment variable or .env file
Invalid Symbol
Error: Symbol not found
Solution: Use EXCHANGE:SYMBOL format (e.g., NASDAQ:AAPL)
Rate Limited
Error: Too many requests
Solution: Check your Chart-IMG plan limits
Development
# Start web server
npm run dev
# Run MCP server
npx tsx mcp-server.ts
# Type checking
npm run check
License
MIT License - see LICENSE file for details.
推荐服务器

Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。