Open source implementation and extension of Google Research’s PaperBanana for automated academic figures, diagrams, and research visuals, expanded to new domains like slide generation.
| Tool name | Description | Destructive? |
|---|---|---|
| generate_diagram | Generate a methodology diagram from text context and caption | ✓ no |
| continue_run⚠ | Continue refinement for an existing run directory (optional critic feedback) | ⚠ yes |
| generate_plot | Generate a statistical plot from JSON data and intent description | ✓ no |
| evaluate_diagram | Compare a generated diagram against a human reference on 4 dimensions | ✓ no |
| evaluate_plot | Compare a generated statistical plot against a human reference on 4 dimensions | ✓ no |
{
"mcpServers": {
"paperbanana-1": {
"command": "uvx",
"args": [
"paperbanana"
]
}
}
}