amcharts5 for Grok
io.github.amcharts/amcharts5
On-demand access to amCharts 5 docs, code examples, and API reference
client:Grok
transport:stdio
runtime:npm
Install amcharts5 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"amcharts5": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@amcharts/amcharts5-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs