Home › Databases & Data › chartlink
chartlink
Charts and tables for AI agents with live-updating embed links. No account: signup returns a key.
Topics: Data Visualization
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://chartlink.app/mcp Reachable (checked 2026-09-24)
Claude Code:
claude mcp add --transport http chartlink-agents https://chartlink.app/mcp --header "Authorization: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"chartlink-agents": {
"url": "https://chartlink.app/mcp",
"headers": {
"Authorization": "<YOUR_VALUE>"
}
}
}
}
Authorizationrequired secret — Bearer <chartlink API key>. Get one with POST https://chartlink.app/api/signup (no account needed; the key is shown once).
Package (npm 0.1.2)
npx -y chartlink-mcp@0.1.2
Or add to your MCP client config:
{
"mcpServers": {
"chartlink-agents": {
"command": "npx",
"args": [
"-y",
"chartlink-mcp@0.1.2"
],
"env": {
"CHARTLINK_API_KEY": "<YOUR_VALUE>"
}
}
}
}
CHARTLINK_API_KEYsecret — chartlink API key (viz_...). POST https://chartlink.app/api/signup returns one, no account needed. Optional for listing tools; required for calling them.
Related servers
Semiotic
Verified React chart generation: select, validate, repair, render, and inspect charts through MCP.
microcharts
Find, wire, and render microcharts — word-sized React charts with generated alt text.
mcp-dashboards
45+ interactive charts, dashboards, flowcharts, and KPIs inside any AI conversation
3D Visualizer
Inspect, compare and export point clouds, meshes and calibrated depth data with inline 3D previews.
csvglow
Generate beautiful self-contained HTML dashboards from CSV/Excel files with interactive ECharts visualizations, dark gradient theme, and…
charted
Zero-dependency chart server that renders bar, line, pie, scatter, and more from JSON or CSV to SVG, HTML, PNG, or data URL. Built-in…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry