nanobanana mcp server for Zed
io.github.zhongweili/nanobanana-mcp-server
An MCP server that provides image generation and editing capabilities
client:Zed
transport:stdio
runtime:pypi
Install nanobanana mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nanobanana-mcp-server": {
"command": "uvx",
"args": [
"nanobanana-mcp-server"
],
"env": {
"GEMINI_API_KEY": "<GEMINI_API_KEY>",
"IMAGE_OUTPUT_DIR": "<IMAGE_OUTPUT_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs