MCP Server
MCP
io.github.JimothySnicket/gemini-image
Google Gemini image generation, editing, and local processing via MCP
Install
npx -y @jimothy-snicket/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@jimothy-snicket/gemini-image-mcp",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Google Gemini API key from https://aistudio.google.com/apikey",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GEMINI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment