amCharts 5 MCP Server
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
Ads
Overview
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.
Installation
claude mcp add --transport http amcharts5 https://mcp.amcharts.com/mcp
Configuration
{
"mcpServers": {
"amcharts5": {
"url": "https://mcp.amcharts.com/mcp"
}
}Capabilities
- Get a working chart template
Ask for a minimal starter for any chart type and the assistant calls `get_quick_start` to generate it.
- Look up a chart type's full reference
Retrieve all settings, properties, and methods for a specific chart via `get_chart_reference`.
- Search across all docs and examples
Use `search_all` to find relevant documentation, API references, and code demos by keyword.
- Fetch a specific code example
Request a particular demo by name and the assistant retrieves its complete source with `get_example`.
- Browse available chart types
Ask which chart types are supported and the assistant calls `list_chart_types` to list them all.
Tags
- documentation
- data-analysis
- development
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.