TableCharts MCP: Turn any table into a shareable interactive dashboard directly in Cursor

:waving_hand: Hey everyone!

Updating charts was always a pain, so I built TableCharts — an MCP server that instantly turns tables (CSV, JSON, Notion, Google Sheets, Salesforce, etc.) into live, shareable interactive dashboards.What it does:

  • Paste or link your data → get a hosted dashboard with a public URL + embed
  • Live chart updating — changes to your table automatically reflect in the dashboard
  • Works natively inside Cursor (and Claude, VS Code, etc.)
  • One-command install

Install:

npx -y @tablecharts/mcp-server

or npm i -g @tablecharts/mcp-server → Try it on Glama

Would love feedback or ideas for what to add next (more chart types, dashboard management, etc.).

Let me know if you try it!

Have a great day and keep building :heart_hands:

Update: there is now a drop-in LangGraph / CrewAI example repo so other agents can call TableCharts as a chart node.

Send a table (JSON / CSV / Notion / Sheets) → get a live dashboard URL + iframe back.

Repo: https://github.com/Browncabinet/tablecharts-agent-node
Demo: PASTE_EMBED_URL
MCP still: npx -y @tablecharts/mcp-server

Would love feedback if you wire this into a Cursor agent.