configure_gemini_token
Set up your Gemini API token from Google AI Studio to enable image generation capabilities in the Nano-Banana MCP server.
Instructions
Configure your Gemini API token for nano-banana image generation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | Yes | Your Gemini API key from Google AI Studio |
Input Schema (JSON Schema)
{
"properties": {
"apiKey": {
"description": "Your Gemini API key from Google AI Studio",
"type": "string"
}
},
"required": [
"apiKey"
],
"type": "object"
}