Amcharts5 MCP Server

An MCP (Model Context Protocol) server that gives AI assistants on-demand access to the complete amCharts 5 knowledge base: 140+ documentation pages, 280+ code examples, and 1,000+ class API references. Its 10 documented tools cover reference, chart. It runs locally over stdio via the published package.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 8 · #52 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Amcharts5

Claude Code

claude mcp add amcharts-amcharts5-mcp -- npx -y @amcharts/amcharts5-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "amcharts-amcharts5-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@amcharts/amcharts5-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @amcharts/amcharts5-mcp - published under the repo owner's npm scope (@amcharts)

registry namespace io.github.amcharts is GitHub-verified and matches the repo owner

03 · What Amcharts5 can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get core amCharts 5 docs - setup, themes, colors, events, common pitfalls, get full reference for a chart type (e.g. "pie", "sankey", "xy"), list all available chart types and their keywords, and search the skill reference docs by keyword.

The 10 tools it gives your agent

Extracted from the project's README - what amcharts5 lets an agent do.

get_core_reference
- Get core amCharts 5 docs - setup, themes, colors, events, common pitfalls
get_chart_reference
- Get full reference for a chart type (e.g. "pie", "sankey", "xy")
list_chart_types
- List all available chart types and their keywords
search_docs
- Search the skill reference docs by keyword
search_all
- Search across everything - skill docs, full documentation, and code examples
get_doc
- Get a full documentation page (e.g. "charts/xy-chart/axes", "concepts/events")
get_section
- Get a specific section from a reference file by heading
get_quick_start
- Get a minimal working template for any chart type
list_examples
- Browse all 283 examples, optionally filtered by category
get_example
- Get the full code for a specific example

04 · Who maintains Amcharts5

amcharts5 is maintained by amcharts. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
documentation - ranked #52 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.github.amcharts/amcharts5 (active, first published 2026-03-15)
packages
npm:@amcharts/amcharts5-mcp

06 · Amcharts5 FAQ

Is Amcharts5 still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05. We re-verify nightly.

What can Amcharts5 do?

With this server connected, an agent can get core amCharts 5 docs - setup, themes, colors, events, common pitfalls, get full reference for a chart type (e.g. "pie", "sankey", "xy"), list all available chart types and their keywords, and search the skill reference docs by keyword.

How do I install Amcharts5?

Run `npx -y @amcharts/amcharts5-mcp`. You can also paste the ready-made client config above.

Does Amcharts5 run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Amcharts5

More documentation MCP servers · Atlas Mind · Documentation Server · Openhive MCP · Vibe Hnindex · Appwrite MCP Server

More JavaScript MCP servers · Listen · Anomalia · Cursor Delegate · Soul MCP Server · see all