MCP Server
MCP
io.github.zhongweili/nanobanana-mcp-server
An MCP server that provides image generation and editing capabilities
Install
uvx nanobanana-mcp-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "nanobanana-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Gemini API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
},
{
"description": "The image output directory",
"format": "string",
"name": "IMAGE_OUTPUT_DIR"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment