PaperBanana for Cursor
io.github.llmsresearch/paperbanana
Generate academic diagrams and statistical plots from text using multi-agent AI.
client:Cursor
transport:stdio
runtime:pypi
Install PaperBanana in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"paperbanana": {
"type": "stdio",
"command": "uvx",
"args": [
"paperbanana"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs