Nano Banana
About
Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GEMINI_API_KEY MCP_WORKSPACE_PATH NANO_BANANA_GEMINI_TIMEOUT_MS NANO_BANANA_BRIDGE_TIMEOUT_MSClaude Code
claude mcp add --env GEMINI_API_KEY= --env MCP_WORKSPACE_PATH= --env NANO_BANANA_GEMINI_TIMEOUT_MS= --env NANO_BANANA_BRIDGE_TIMEOUT_MS= mcp-server-nano-banana -- npx @mindstone/mcp-server-nano-banana
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-server-nano-banana","command":"npx","args":["@mindstone/mcp-server-nano-banana"],"env":{"GEMINI_API_KEY":"","MCP_WORKSPACE_PATH":"","NANO_BANANA_GEMINI_TIMEOUT_MS":"","NANO_BANANA_BRIDGE_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"mcp-server-nano-banana": {
"command": "npx",
"args": [
"@mindstone/mcp-server-nano-banana"
],
"env": {
"GEMINI_API_KEY": "",
"MCP_WORKSPACE_PATH": "",
"NANO_BANANA_GEMINI_TIMEOUT_MS": "",
"NANO_BANANA_BRIDGE_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.