
PaperBanana
Supports UIby llmsresearch
Agentic framework for generating publication-quality academic diagrams and statistical plots from text descriptions.
What it does
Connects AI scientists to a multi-agent pipeline that transforms raw methodology text or PDFs into high-fidelity academic illustrations and statistical plots. It automates the iterative process of planning, styling, and refining visuals to meet top-tier conference standards like NeurIPS.
Tools
generate_diagram: Creates a methodology diagram from a text description or PDF.generate_plot: Generates statistical plots from CSV or JSON data.evaluate_diagram: Performs VLM-as-a-Judge quality assessment against a human reference.evaluate_plot: Evaluates the accuracy and aesthetics of generated plots.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"paperbanana": {
"command": "uvx",
"args": ["--from", "paperbanana[mcp]", "paperbanana-mcp"],
"env": { "GOOGLE_API_KEY": "your-google-api-key" }
}
}
}
Supported hosts
Claude Desktop, Claude Code, Cursor
Quick install
uvx --from paperbanana[mcp] paperbanana-mcpInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






