nano_banana
Verified Safeby caoshuo594
Overview
Acts as an MCP (Model Context Protocol) server to proxy OpenRouter API calls, enabling AI chat and image generation functionalities for MCP clients like Claude Code CLI/Desktop.
Installation
uvx nano-banana-mcp@git+https://github.com/caoshuo594/nano_banana.gitEnvironment Variables
- OPENROUTER_API_KEY
Security Notes
The server retrieves API keys from environment variables, preventing hardcoding. It uses standard HTTP libraries (httpx) for API calls and the MCP SDK for communication, avoiding direct execution of user-controlled input or dangerous functions like 'eval'. No obfuscation or malicious patterns were identified. Network risks are standard for external API interactions.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mu-mcp
Enable chat with AI models via OpenRouter, facilitating multi-model conversations and persistent state for AI agents.
mcp-marketplace
A comprehensive AI agent framework that facilitates tool orchestration and access to a marketplace of MCP (Model Context Protocol) servers, offering a web-based client for chat, administration, and benchmarking.
Claude-Code-Gemini-Fallback-Providers-Full-Setup-Guide-Windows-Linux-
A local AI model router and orchestration server for Claude Code, integrating multiple LLM providers (Gemini, OpenAI, etc.) with fallback capabilities and supporting Model Context Protocol (MCP) servers for tool execution.