PaperBanana
PaperBanana is an agentic framework and MCP server that generates publication-quality academic diagrams and statistical plots from text descriptions using a multi-agent pipeline with GPT or Gemini vision models, including iterative auto-refinement.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Document/paper management MCP. Local document access. PDF/document contents may be confidential. No remote auth for local use.
⚡ Reliability
Best When
A researcher needs to produce polished methodology or results figures for a paper draft without manual design tools, and wants AI-driven iterative refinement.
Avoid When
Cost of LLM API calls per diagram is prohibitive, or highly customized branding/style requirements exist.
Use Cases
- • Generating methodology flowcharts and architecture diagrams for AI research papers from plain-text descriptions
- • Creating statistical plots and charts from CSV/JSON experimental results data
- • Auto-refining generated figures iteratively until a VLM critic deems them publication-ready
- • Integrating diagram generation directly into Claude Code or Cursor workflows via MCP
Not For
- • Non-academic or marketing design work
- • Interactive or animated data visualization
- • Teams without OpenAI or Gemini API access and budget
Interface
Authentication
Requires OpenAI API key, Google Gemini API key, or Azure OpenAI credentials via .env file or CLI flags.
Pricing
Tool itself is open-source; underlying model API costs apply. Gemini free tier provides a cost-free option.
Agent Metadata
Known Gotchas
- ⚠ Unofficial community implementation not affiliated with original paper authors
- ⚠ Requires Python 3.10+ and specific model API keys configured before use
- ⚠ Auto-refine mode can consume many API calls in a single run
- ⚠ Three MCP tools: generate_diagram, generate_plot, evaluate_diagram - agents should call evaluate after generate
Alternatives
Full Evaluation Report
Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for PaperBanana.
Scores are editorial opinions as of 2026-03-06.