charta for Cursor
io.github.mortenator/charta
Generate beautiful, presentation-ready charts (SVG + PNG). Supports 14+ chart types.
client:Cursor
transport:stdio
runtime:npm
Install charta in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"charta": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@charta/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs