
paperbanana
by llmsresearch·★ 1,549·Score 54
PaperBanana is an MCP server that generates academic diagrams and research visuals from text descriptions.
Overview
PaperBanana is an agentic framework for generating publication-quality academic diagrams and statistical plots from text descriptions. It implements a multi-agent pipeline with iterative refinement, supporting multiple VLM and image generation providers including OpenAI, Azure OpenAI, and Google Gemini. The server offers features like auto-refine mode, batch generation from manifest files, and integration with PDF inputs for methodology context.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose PaperBanana if you need automated generation of academic diagrams and statistical plots from text descriptions, especially for research papers and presentations.
When NOT to choose this
Don't choose PaperBanana if you need real-time collaboration features or if you're working on a project with extremely tight visual branding requirements that can't be adjusted.
Tools this server exposes
6 tools extracted from the READMEgenerateGenerate methodology diagrams from text descriptions with optional optimization and refinement
plotGenerate statistical plots from data files with communicative intent
batchGenerate multiple diagrams from a manifest file with optional composite figures
plot-batchGenerate multiple statistical plots from a manifest file
batch-reportGenerate human-readable reports from existing batch runs
sweep-reportGenerate reports from sweep experiments showing ranked variants
Note: Tool names inferred from CLI commands, though not explicitly listed as MCP tools. PaperBanana does support MCP server functionality but the README doesn't clearly document the MCP API schema.
Comparable tools
Installation
Install the package first:
pip install paperbananaFor MCP server integration, add to your Claude Desktop configuration:
{
"mcpServers": {
"paperbanana": {
"command": "python",
"args": ["-m", "paperbanana.mcp"],
"env": {
"OPENAI_API_KEY": "your-api-key"
}
}
}
}FAQ
- Which LLM providers are supported?
- PaperBanana supports OpenAI (GPT-5.2 + GPT-Image-1.5), Azure OpenAI / Foundry, and Google Gemini providers.
- Can I generate diagrams from PDF papers?
- Yes, PaperBanana supports PDF inputs with optional per-page selection for methodology context.
On Hacker News
Recent discussion from the developer community.
- Story by dippatel1994 · 2026-02-04
- Story by dippatel1994 · 2026-02-06
Compare paperbanana with
Last updated · Auto-generated from public README + GitHub signals.