Skip to main content
Glama

nanobanana-mcp-server

by zhongweili
server.json1.04 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", "name": "io.github.zhongweili/nanobanana-mcp-server", "description": "An MCP server that provides image generation and editing capabilities", "status": "active", "repository": { "url": "https://github.com/zhongweili/nanobanana-mcp-server", "source": "github" }, "version": "1.0.0", "packages": [ { "registry_type": "pypi", "registry_base_url": "https://pypi.org", "identifier": "nanobanana-mcp-server", "version": "1.0.0", "transport": { "type": "stdio" }, "environment_variables": [ { "description": "Your Gemini API key", "is_required": true, "format": "string", "is_secret": true, "name": "GEMINI_API_KEY" }, { "description": "The image output directory", "is_required": false, "format": "string", "name": "IMAGE_OUTPUT_DIR" } ] } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhongweili/nanobanana-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server