chartforge for Cursor
io.github.crawde/chartforge
MCP server for ChartForge — generate stunning charts and diagrams from natural language
client:Cursor
transport:stdio
runtime:npm
Install chartforge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chartforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chartforge-mcp"
],
"env": {
"CHARTFORGE_API_KEY": "<CHARTFORGE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs