MCP.so
Sign In
A

Amcharts 5 Mcp Server

@amcharts

About Amcharts 5 Mcp Server

MCP server that gives AI assistants on-demand access to 1,500+ amCharts 5 docs, 283 code examples, and 1,098 class API references.

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

11

List all amCharts 5 chart types with their categories and reference file names

Get the full reference documentation for a specific amCharts 5 chart type. Use list_chart_types first to see available types.

Get the core amCharts 5 reference (SKILL.md) — covers setup, colors, themes, legends, tooltips, events, data, adapters, disposal, and common pitfalls. Read this first before any chart-specific reference.

Search the curated amCharts 5 skill docs (SKILL.md + chart references) for a keyword or topic, returning matching sections ranked by relevance. NOTE: by default this scans ONLY the skill layer. The per-class API reference and per-setting DEFAULTS (e.g. tooltip background cornerRadius, axis tick `visible` default, cursor line strokeDasharray) live in the extended docs — pass scope:'all' here, or use search_all / get_api_reference / get_doc, to reach them.

Get a specific section from an amCharts 5 reference file by heading name. Use search_docs first to find the right section.

Get a quick-start template for a specific chart type — a minimal working example ready to customize.

Search across ALL amCharts 5 content: skill references, full documentation, and code examples. Use this for broad searches across everything.

Get a full documentation page from the extended amCharts 5 docs. Use search_all first to find the right path.

Get the per-class API reference for an amCharts 5 class — the class page PLUS its settings table (with DEFAULTS) and, optionally, its private/read-only settings. This is the authoritative source for exact setting names and default values (e.g. tooltip background cornerRadius, axis tick `visible` default). Pass a class name in any casing, e.g. 'XYCursor', 'Tooltip', 'PieSeries', 'AxisRendererX'.

List all available amCharts 5 code examples, optionally filtered by category.

Get the full code for a specific amCharts 5 example/demo. Use list_examples or search_all to find the path.

Overview

What is Amcharts 5 Mcp Server?

An MCP server that gives AI assistants on‑demand access to the complete amCharts 5 knowledge base. Instead of loading everything into context upfront, the AI queries only what it needs – documentation pages, working code examples, and class API references.

How to use Amcharts 5 Mcp Server?

Install with npx -y @amcharts/amcharts5-mcp and add the server to your MCP‑compatible tool (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot, or any MCP client). Then invoke the ten available tools to search, retrieve docs, browse examples, and fetch quick‑start templates.

Key features of Amcharts 5 Mcp Server

  • 141 documentation pages covering every chart type and concept
  • 283 working code examples across 16 categories
  • 1,098 class API references with settings, properties, methods, and events
  • Curated skill files with quick‑start templates per chart family
  • 10 specialised tools for search, retrieval, and browsing

Use cases of Amcharts 5 Mcp Server

  • An AI assistant helping a developer build a specific chart by fetching the exact reference
  • Quickly obtaining a minimal working template for any chart type
  • Searching across docs, examples, and API references with a single query
  • Browsing all code examples filtered by category to find relevant patterns
  • Retrieving a specific section from a large reference file without loading the whole page

FAQ from Amcharts 5 Mcp Server

What tools does the server provide?

Ten tools: search_all, get_doc, get_chart_reference, get_core_reference, list_chart_types, search_docs, get_section, get_quick_start, list_examples, and get_example.

How do I install the server?

Run npx -y @amcharts/amcharts5-mcp in your terminal. No additional configuration is required beyond adding it to your MCP client.

Which AI tools are compatible?

Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot, and any tool that supports the Model Context Protocol (MCP).

What is included in the knowledge base?

141 documentation pages, 283 working code examples (full JS/HTML/CSS), 1,098 class API references, and curated skill files.

Does the server load everything into context?

No. It is designed for on‑demand access – the AI queries only the information it needs, keeping context small and efficient.

Frequently asked questions

What tools does the server provide?

Ten tools: `search_all`, `get_doc`, `get_chart_reference`, `get_core_reference`, `list_chart_types`, `search_docs`, `get_section`, `get_quick_start`, `list_examples`, and `get_example`.

How do I install the server?

Run `npx -y @amcharts/amcharts5-mcp` in your terminal. No additional configuration is required beyond adding it to your MCP client.

Which AI tools are compatible?

Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot, and any tool that supports the Model Context Protocol (MCP).

What is included in the knowledge base?

141 documentation pages, 283 working code examples (full JS/HTML/CSS), 1,098 class API references, and curated skill files.

Does the server load everything into context?

No. It is designed for on‑demand access – the AI queries only the information it needs, keeping context small and efficient.

Comments

More Developer Tools MCP servers