MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/amCharts 5 MCP Server
Code ExecutionOfficial
A

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.

8 starsUpdated Aug 5, 2026
View on GitHub

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

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago