{ "name": "gemini-image-studio-mcp", "version": "1.0.2", "mcpName": "io.github.udhaykumarbala/gemini-image-studio", "description": "MCP server for AI image generation and editing with Google Gemini. Create web assets, ad creatives, and brand visuals with structured JSON editing for precise control. Powered by Nano Banana.", "type": "module", "main": "dist/index.js", "bin": { "gemini-image-studio-mcp": "./dist/index.js" }, "files": [ "dist", "prompts", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsc && cp src/presets/presets.json dist/presets/presets.json && cp src/schema/nano-banana.schema.json dist/schema/nano-banana.schema.json", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "mcp", "model-context-protocol", "ai", "image-generation", "gemini", "nano-banana", "nanobanana", "google-gemini", "ai-image", "claude", "mcp-server", "text-to-image", "image-editing", "claude-code", "cursor" ], "author": "udhaykumarbala", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/udhaykumarbala/gemini-image-studio-mcp.git" }, "bugs": { "url": "https://github.com/udhaykumarbala/gemini-image-studio-mcp/issues" }, "homepage": "https://github.com/udhaykumarbala/gemini-image-studio-mcp#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@google/genai": "^1.46.0", "@modelcontextprotocol/sdk": "^1.27.1", "dotenv": "^17.3.1", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^25.5.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "vitest": "^4.1.0" } }