amcharts5 for Cursor
io.github.amcharts/amcharts5
On-demand access to amCharts 5 docs, code examples, and API reference
client:Cursor
transport:stdio
runtime:npm
Install amcharts5 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"amcharts5": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@amcharts/amcharts5-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs