Labsco
MCP SERVER

amCharts 5 MCP Server

by amcharts

Look up amCharts 5 chart references, exact setting names with their defaults from the per-class API, and runnable examples and quick-start templates.

Framework & SDK Documentation LookupVerified
Summary
An exact setting name and its default come from the API reference instead of from a guess that compiles.

Knowing which layer answers which question is most of the value here. search_docs scans only the skill layer unless you widen the scope, and per-setting defaults — tooltip background cornerRadius, an axis tick's visible default — live in the extended docs, which is what get_api_reference reaches. Class names are accepted in any casing, and get_quick_start returns a minimal working chart rather than a fragment that needs assembling.

What it is

A lookup layer over amCharts 5 documentation in three depths: a curated skill layer, the extended docs, and the per-class API reference.

What you get
  • The chart type list with categories and reference file names, and the full reference for any one type.
  • The core reference covering setup, colors, themes, legends, tooltips, events, data, adapters, disposal and common pitfalls.
  • Search over the curated skill docs, or across everything at once — skill references, full documentation and code examples.
  • The per-class API reference with its settings table and defaults, and private or read-only settings when you ask for them.
  • A named section from a reference file, and any extended documentation page by path.
  • Quick-start templates per chart type, and the full code behind any listed example.
Requirements

Nothing — no account, no key.

Setup effort

One command — npx -y @amcharts/amcharts5-mcp