On-demand access to amCharts 5 docs, code examples, and API reference
{
"mcpServers": {
"amcharts5": {
"args": [
"-y",
"@amcharts/amcharts5-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
On-demand access to amCharts 5 docs, code examples, and API reference
Is it safe?
No known CVEs for @amcharts/amcharts5-mcp.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 1 days ago. 4 stars. 380 weekly downloads.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
10 tools. ~700 tokens (0.3% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@amcharts/amcharts5-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
get_core_referenceGet core amCharts 5 docs — setup, themes, colors, events, common pitfalls
get_chart_referenceGet full reference for a chart type (e.g. pie, sankey, xy)
list_chart_typesList all available chart types and their keywords
search_docsSearch the skill reference docs by keyword
search_allSearch across everything — skill docs, full documentation, and code examples
get_docGet a full documentation page
get_sectionGet a specific section from a reference file by heading
get_quick_startGet a minimal working template for any chart type
list_examplesBrowse all 283 examples, optionally filtered by category
get_exampleGet the full code for a specific example
This server is missing a description.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Amcharts5 MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
Works with Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + GitHub Copilot, and any other MCP-compatible AI tool.
Instead of loading the entire amCharts reference into the AI's context window, the MCP server lets the AI query exactly what it needs — a specific chart type reference, a code example, or an API lookup. This means better answers with less context waste.
For all projects (global, recommended):
claude mcp add -s user amcharts5 -- npx -y @amcharts/amcharts5-mcp
For current project only:
claude mcp add amcharts5 -- npx -y @amcharts/amcharts5-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"amcharts5": {
"command": "npx",
"args": ["-y", "@amcharts/amcharts5-mcp"]
}
}
}
Create or edit .cursor/mcp.json in your project root (or ~/.cursor/mcp.json for global):
{
"mcpServers": {
"amcharts5": {
"command": "npx",
"args": ["-y", "@amcharts/amcharts5-mcp"]
}
}
}
Edit ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"amcharts5": {
"command": "npx",
"args": ["-y", "@amcharts/amcharts5-mcp"]
}
}
}
Create or edit .vscode/mcp.json in your workspace:
{
"servers": {
"amcharts5": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@amcharts/amcharts5-mcp"]
}
}
}
For any other tool that supports MCP (Cline, Continue, Amazon Q, Zed, etc.), configure it to run:
npx -y @amcharts/amcharts5-mcp
git clone https://github.com/amcharts/amcharts5-mcp.git
cd amcharts5-mcp
npm install
npm start
| Tool | Description |
|------|-------------|
| 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 |
Once connected, your AI assistant can:
get_quick_start("pie") and adapts the templatesearch_all("date axis label format")get_example("examples/flow/sankey-diagram")get_doc("reference/xychart")get_doc("getting-started/integrations/react")list_chart_types()The server includes 1,500+ documents: