On-demand access to amCharts 5 docs, code examples, and API reference
Most developer tooling work still happens through a UI a human drives. Amcharts5 MCP MCP server moves it into the conversation instead. On-demand access to amCharts 5 docs, code examples, and API reference.
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.
The server publishes 12 tools. What each one is for:
get_core_reference — Get core amCharts 5 docs — setup, themes, colors, events, common pitfallsget_chart_reference — Get full reference for a chart type (e.g. "pie", "sankey", "xy")list_chart_types — List all available chart types and their keywordssearch_docs — Search the skill reference docs by keywordsearch_all — Search across everything — skill docs, full documentation, and code examplesget_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 headingget_quick_start — Get a minimal working template for any chart typelist_examples — Browse all 283 examples, optionally filtered by categoryget_example — Get the full code for a specific exampleCursor — Create or edit .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global):Windsurf — The Windsurf tool exposed by this serverBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Amcharts5 MCP's toolset — get_core_reference, get_chart_reference, list_chart_types and 9 more — is a fair guide to whether it matches your workflow. It is maintained by amcharts; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Amcharts5 MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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 |
| Cursor | Create or edit .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global): |
| Windsurf | The Windsurf tool exposed by this server. |
{
"mcpServers": {
"amcharts5": {
"command": "npx",
"args": ["-y", "@amcharts/amcharts5-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.