PaperBanana-CN for Cursor
io.github.mituan-ai/paperbanana-cn
Generate and evaluate academic diagrams and plots with independent model connections.
client:Cursor
transport:stdio
runtime:pypi
Install PaperBanana-CN in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"paperbanana-cn": {
"type": "stdio",
"command": "uvx",
"args": [
"paperbanana-cn"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs