HomeDatabases & Data › chartlink

chartlink

Charts and tables for AI agents with live-updating embed links. No account: signup returns a key.

Official TypeScript Cloud macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-09-22 License: MIT

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>"
      }
    }
  }
}
  • Authorization required 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 [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "chartlink-agents": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "CHARTLINK_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CHARTLINK_API_KEY secret — 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

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry