{
  "markdown": "# MCP-SynClub-Generate-Comic -Claude-dxt\n\nMCP-SynClub-Generate-Comic is powered by services provided by [synclubmcp](https://synclubmcp.com).Designed specifically for comic creation, MCP-SynClub-Generate-Comic integrates the full creative workflow, including scriptwriting, character image generation, and storyboard creation.\n\nYou can install **MCP-SynClub-Generate-Comic** on Claude Desktop with a single click using the `.dxt` Desktop Extension.\n\n## Core  Features\n\n- 🔖 **Script Generation**\n- 🧑‍🎨 **Character Image Generation**\n- 📖 **Storyboard Creation**\n- 🖼️ **Comic Generation**\n\n## 🌐 About SynClub MCP\n\n* **[https://synclubmcp.com/](https://synclubmcp.com/)** is a MCP Server platform that provides access to MCP Server calls and integrated capability services.\n* The platform supports three languages: Chinese, Japanese, and English.\n\n### 🔧 Features\n\n* **MCP Server List**\n  The homepage features an *MCP Server List* section where you can find detailed descriptions, usage instructions, and the list of tools included in each server.\n* **Pricing**\n  Click the **Pricing** button in the navigation bar to view the pricing information for tool usage.\n* **Documentation**\n  Click the **Docs** button to access comprehensive documentation related to server configuration and usage.\n* **Key**\n  After logging in, you can retrieve your personal  **Key** from the user profile section.\n\n## Installation-For Claude Desktop\n\n* **How to get the .dxt file**\n\n  You can get the file directly from the git repository, or by following the steps below.\n\n```bash\ngit clone https://github.com/Synclub-tech/Synclub-dxt\ncd synclub-dxt\nnpm install\nnpm install -g @anthropic-ai/dxt\ndxt pack\n```\n\n* **How to use the .dxt file**\n\n```bash\n1. Open Claude Desktop  \n2. Go to Settings → Extensions → Browse Extensions → Desktop Extensions → Advanced Settings\n3. Click \"Install Extension\" and select the `.dxt` file  \n4. Enter the  key obtained from https://www.synclubmcp.com/\n5. Go to Settings → Developer → synclub-dxt, if it shows **\"running\"**, the installation was successful\n```\n\n* **Steps to Obtain Your API Key & url**\n\n```bash\n1. [ Visit SynClub MCP](https://synclubmcp.com/)\n2. Sign in with your User ID and password\n3. Click the user profile dropdown menu\n4. Copy your API key from the Key section\n5. You could Fill in https://api.synclubmcp.com in the url part\n6. If you have any other questions, you can also contact us via email at synclub.sns07@gmail.com\n```\n\n## Usage Guide\n\n### 🔖Step 1 - Script Generation\n\n- **Description**: Generates a comic script from input themes and a plot summary. The result can be refined through additional instructions if needed.\n- **Prompt Input**\n  - **Tips**: You can provide your prompt as a simple sentence or in a structured format.\n  - **Examples**:\n    - **One-sentence description**: \"A high school love story with a cool, academic female lead and a sunny, handsome athlete.\"\n    - **Structured format example**:\n      - Scene: A mountaintop villa\n      - Weather: Blizzard\n      - Plot: An overbearing CEO (A) meets a little girl (B) in need of help, and they eventually fall in love.\n- **Output Example**:\n\n<img src=\"https://github.com/Synclub-tech/Synclub-dxt/raw/main/image/1-Script%20Generation.png\" width=\"300\" alt=\"Script Generation\">\n\n<img src=\"https://github.com/Synclub-tech/Synclub-dxt/raw/main/image/2-Script%20Editing.png\" width=\"300\" alt=\"Script Editing\">\n\n### 🧑‍🎨 Step 2-Character Image Generation\n\n- **Description**: Generate character images based on user-provided appearance descriptions, character gender, and a selected base style. Results can be further refined with additional instructions.\n- **Base Style Selection**: Choose from five base styles (Korean manhwa, game, illustration, anime, manga) via user input.\n- **Prompt Example**: \"I want an illustration-style image. The female lead has long, wavy brown hair with bangs and fair skin. The male lead is muscular, with tanned skin and a cheerful smile.\"\n- **Output Example**:\n\n<img src=\"https://github.com/Synclub-tech/Synclub-dxt/raw/main/image/2-Character%20Image%20Generation.png\" width=\"300\" alt=\"Character Image Generation\">\n\n<img src=\"https://github.com/Synclub-tech/Synclub-dxt/raw/main/image/all_characters.jpg\" width=\"300\" alt=\"Character Image Generation\">\n\n### 📖 Step 3 - Text Storyboard Creation\n\n- **Description**:\n  Based on the finalized script (Step 1) and character information (Step 2), this step generates detailed text storyboards for 4 to 15 chapters. Each storyboard includes scene descriptions, character dialogues, and narration.\n  If any parts of the storyboard are unsatisfactory, you can fine-tune them through natural language instructions.\n- **Prompt Input Tips**:\n\n  - **No Character Scene**\n    Focus on describing the setting: environment, weather, time of day, atmosphere, etc.\n  - **Single Character Scene**\n    Describe the character's actions, facial expressions, surroundings, camera movement, and angles.\n  - **Dual Character Scene**\n    Describe both characters' actions, interactions, setting, camera movement, and perspective.\n- **Output Example**:\n\n  - **Chapter 1: The Promise of Cherry Blossoms**\n  - **Description**: A classroom bathed in the warmth of spring. Cherry blossom petals flutter outside the window.\n  - **Dialogue**:\n    - **Yota Sato**: \"Hey, Takahashi-san, want to walk home together after school?\"\n    - **Misaki Takahashi**: \"I have studying to do.\"\n  - **Narration**: A fleeting glance at her fingertips.\n\n### 🖼️ Step 4 - Comic Image Generation\n\n* **Description**:\n  Based on the character information from Step 2 and the text storyboards from Step 3, this step generates multiple comic-style images according to the number of chapters.\n  If needed, the generated images can be further refined using natural language instructions.\n* **Supported Edits**:\n  You can make detailed adjustments to elements such as colors, hairstyles, facial expressions, and more.\n  Simply describe what you want to change. For example:\n\n  * \"Change hair color to brown\"\n  * \"Make the shirt white\"\n\n- **Output Example**:\n\n<img src=\"https://github.com/Synclub-tech/Synclub-dxt/raw/main/image/4-Panel%20Generation.png\" width=\"300\" alt=\"Panel Generation\">\n<img src=\"https://github.com/Synclub-tech/Synclub-dxt/raw/main/image/Chapter%201%20Comic%20Page.webp\" width=\"300\" alt=\"Chapter 1 Comic Page\">\n\n### Project Structure\n\n```\nSynclub-dxt/\n├── src/                   # Source code directory\n│   ├── index.js           # Main entry file, Contains the implementation of all tools\n│   └── client.js          # API client implementation\n│\n├── image/                 # Directory for images used in documentation and examples\n│\n├── node_modules/          # Directory for dependencies installed via npm(generated by npm install)\n│\n├── Synclub-dxt.dxt        # .dxt file packed from this repository\n├── package.json           # Project configuration file, defines dependencies, scripts, and metadata\n├── package-lock.json      # Dependency lock file to ensure consistent version installation\n├── manifest.json          # MCP server configuration file that defines available tools and features\n├── README.md              # Project documentation, including installation and usage instructions\n└── LICENSE                # MIT license file\n```\n\n## Available Tools\n\n### Core Tools - Essential Tools for Comic Generation\n\n| Tool name                                  | Description                                                                                                                                                 |\n| :----------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **`generate_comic_story`**         | Generates a comic script from input themes and a plot summary.                                                                                              |\n| **`generate_comic_chapters`**      | Generates chapter content based on the comic script                                                                                                         |\n| **`ugc_tti`**                      | Generates character images.Please describe the you want to generate, such as character actions, expressions, environment, camera movement, and angles, etc. |\n| **`anime_pose_align`**             | Aligns the generated character images for the final comic image generation                                                                                  |\n| **`generate_comic_image_prompts`** | Generates prompts required for image generation tasks based on chapter content                                                                              |\n| **`anime_comic_image`**            | Submits comic image generation tasks based on prompts and returns the task ID                                                                               |\n\n### Advanced Tools - For Modifying Generated Results\n\n| Tool name                         | Description                                                                                                                                                                       |\n| :-------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |\n| **`edit_comic_story`**    | Edits the generated comic story                                                                                                                                                   |\n| **`edit_comic_chapters`** | Edits the generated comic chapters                                                                                                                                                |\n| **`flux_edit_image`**     | Edit images from natural language commands. Supported operations include local adjustments (e.g., cropping, color correction), background replacement, style transfers, and more. |\n\n## Requirements\n\n- **Claude Desktop** (Developer Mode enabled)\n- **Node.js 14+** (required for building from source)\n  - **To confirm your setup:**\n    Go to Settings → Extensions → Browse Extensions → Desktop Extensions → Advanced Settings → Detected Tools. If your Node.js version is below 14, please update the Claude client.\n- **Supported platforms:** macOS, Windows, Linux\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/Synclub-tech/Synclub-dxt/blob/main/LICENSE) file for details.\n",
  "bytes": 10623,
  "sha": "92ab5640ffd12a133c3fef254d937ac3d7cb0a214520e62c9f12a940c83990e6",
  "repo_slug": "synclub-tech/synclub-dxt",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_synclub_tech_synclub_dxt_c1f82793/readme"
}