Google Gemini image generation, editing, and local processing via MCP
claude mcp add gemini-image -- npx -y @jimothy-snicket/gemini-image-mcp
claude_desktop_config.json
{
"mcpServers": {
"gemini-image": {
"command": "npx",
"args": [
"-y",
"@jimothy-snicket/gemini-image-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gemini-image": {
"command": "npx",
"args": [
"-y",
"@jimothy-snicket/gemini-image-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gemini-image": {
"command": "npx",
"args": [
"-y",
"@jimothy-snicket/gemini-image-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gemini-image": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jimothy-snicket/gemini-image-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gemini-image": {
"command": "npx",
"args": [
"-y",
"@jimothy-snicket/gemini-image-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.JimothySnicket--gemini-image/reviews or the review_server meta-tool.
POST /mcp