Back to directory
mcp-3d-cartoon-generator

mcp-3d-cartoon-generator

@falahgs3

An MCP server that generates 3D-style cartoon images using Google Gemini AI and provides secure file system operations.

3D cartoonimage generationfile systemGoogle GeminiAINode.jsTypeScripttool

Installation & Configuration

{
  "mcpServers": {
    "mcp-3d-cartoon-generator": {
      "command": "node",
      "args": [
        "path/to/your/build/index.js"
      ],
      "env": {
        "GEMINI_API_KEY": "your_gemini_api_key_here",
        "IS_REMOTE": "true",
        "SAVE_TO_DESKTOP": "true",
        "DETECT_OS_PATHS": "true",
        "ALLOWED_DIRECTORIES": "C:\\Users\\YourUsername\\Desktop,C:\\Users\\YourUsername\\Documents",
        "DEBUG": "false"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/20
Updated
2026/6/8