MCP Server
MCP
Nano Banana
Nano Banana MCP server — Google Gemini image generation and editing via Model Context Protocol
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-nano-banana",
"version": "0.4.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Gemini API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "Workspace directory for saving generated images",
"format": "filepath",
"name": "MCP_WORKSPACE_PATH"
},
{
"description": "Outbound Gemini request timeout in milliseconds",
"format": "number",
"default": "180000",
"name": "NANO_BANANA_GEMINI_TIMEOUT_MS"
},
{
"description": "Host-bridge request timeout in milliseconds",
"format": "number",
"default": "30000",
"name": "NANO_BANANA_BRIDGE_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment