MCP 3d Style Cartoon Gen Server MCP Server

MCP server for generating 3D style cartoon images for kids using Gemini API

Local serverstdioTypeScript

What is the MCP 3d Style Cartoon Gen Server MCP server?

MCP 3d Style Cartoon Gen Server becomes available to MCP clients through the mcp 3d style cartoon gen server mcp server. MCP server for generating 3D style cartoon images for kids using Gemini API.

What MCP 3d Style Cartoon Gen Server does

A professional-grade server that provides two major capabilities: 1. High-quality 3D-style cartoon image generation using Google's Gemini AI 2. Secure file system operations for reading, writing, and managing files

Installing the mcp 3d style cartoon gen server mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Configuration

Before the server will start you need to supply 6 environment variables: GEMINI_API_KEY, IS_REMOTE, SAVE_TO_DESKTOP, DETECT_OS_PATHS, ALLOWED_DIRECTORIES, DEBUG. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP 3d Style Cartoon Gen Server sits in that group. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • Maintained by falahgs, written in TypeScript.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp 3d style cartoon gen server mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the MCP 3d Style Cartoon Gen Server MCP server

{
  "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"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
GEMINI_API_KEYCredential the server authenticates with.Yes
IS_REMOTEConfiguration value read at startup.Optional
SAVE_TO_DESKTOPConfiguration value read at startup.Optional
DETECT_OS_PATHSFilesystem location the server is allowed to use.Optional
ALLOWED_DIRECTORIESFilesystem location the server is allowed to use.Optional
DEBUGConfiguration value read at startup.Optional

Frequently asked questions

It connects MCP 3d Style Cartoon Gen Server to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP 3d Style Cartoon Gen Server directly.