Table Charts
БесплатноНе проверенTableCharts MCP Server gives any LLM assistant the ability to instantly convert tabular data into beautiful, hosted, interactive dashboards. Simply provide JSON
Описание
TableCharts MCP Server gives any LLM assistant the ability to instantly convert tabular data into beautiful, hosted, interactive dashboards. Simply provide JSON rows, raw CSV text, or a public URL (Notion page, Google Sheet, or Salesforce report), and get back a shareable dashboard URL plus an embeddable iframe code — all in one tool call. Supports 6 chart types: bar, line, area, pie, scatter, a
README
MCP server for TableCharts — turn tables (CSV, JSON, Notion, Google Sheets, Salesforce) into shareable interactive dashboards, directly from Claude, Cursor, VS Code, or any other MCP client.
Why
LLMs are great at producing structured data but terrible at producing real charts. This server gives any MCP-aware assistant a one-shot tool to convert tabular data into a hosted, embeddable dashboard with a public URL.
Install
npm i -g @tablecharts/mcp-server
Or run on demand with npx -y @tablecharts/mcp-server — no install needed.
Get an API key
- Sign up at https://tablecharts.co
- Open https://tablecharts.co/api-keys
- Create a key starting with
tc_live_…
Configure your MCP client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"tablecharts": {
"command": "npx",
"args": ["-y", "@tablecharts/mcp-server"],
"env": {
"TABLECHARTS_API_KEY": "tc_live_..."
}
}
}
}
Restart Claude Desktop. The generate_dashboard tool will appear in the tools menu.
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"tablecharts": {
"command": "npx",
"args": ["-y", "@tablecharts/mcp-server"],
"env": { "TABLECHARTS_API_KEY": "tc_live_..." }
}
}
}
VS Code (with MCP extension)
{
"mcp.servers": {
"tablecharts": {
"command": "npx",
"args": ["-y", "@tablecharts/mcp-server"],
"env": { "TABLECHARTS_API_KEY": "tc_live_..." }
}
}
}
Tools
| Tool | Description |
|---|---|
generate_dashboard |
Create a dashboard from data (JSON rows), csv (string), or source_url (Notion / Google Sheets / Salesforce). Returns dashboard_url, embed_url, iframe_code. |
list_chart_types |
Returns the 6 supported chart types: bar, line, area, pie, scatter, radar. |
Example prompts
- "Chart my monthly revenue: Jan 12k, Feb 15k, Mar 18k, Apr 22k. Use TableCharts."
- "Pull this Notion database and build a dashboard: https://notion.so/…"
- "Take this CSV and pick the best chart type automatically."
Environment variables
| Variable | Required | Description |
|---|---|---|
TABLECHARTS_API_KEY |
yes | Your tc_live_… key from https://tablecharts.co/api-keys |
TABLECHARTS_API_BASE |
no | Override the API base (default https://tablecharts.co) |
Limits
- Free tier: 3 saved charts, 30 requests/minute.
- Pro tier: unlimited charts, AI cleaning, AI chart recommendation, custom colors, no watermark.
License
MIT
Установка Table Charts
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Browncabinet/tablecharts-mcp-serverFAQ
Table Charts MCP бесплатный?
Да, Table Charts MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Table Charts?
Нет, Table Charts работает без API-ключей и переменных окружения.
Table Charts — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Table Charts в Claude Desktop, Claude Code или Cursor?
Открой Table Charts на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Table Charts with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
