Synclub-mcp-server

520chatgpt01/Synclub-mcp-server

3.3

If you are the rightful owner of Synclub-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The SynClub MCP Server is a versatile platform that provides advanced AI generation capabilities, compatible with various MCP clients.

Tools
5
Resources
0
Prompts
0

SynClub MCP Server

Official SynClub Model Context Protocol (MCP) Server that enables powerful AI generation capabilities including text-to-speech, voice cloning, video generation, image generation, and more. Compatible with MCP clients like Claude Desktop, Cursor, Windsurf, and others.

Features

  • Text-to-Speech: Convert text to natural speech with multiple voice options
  • Voice Cloning: Clone voices from audio samples
  • Video Generation: Generate videos from text prompts or images
  • Image Generation: Create images from text descriptions
  • Image Recognition: Analyze and understand image content
  • Background Removal: Automatically remove backgrounds from images
  • HD Image Restoration: Enhance image quality and resolution
  • AI Search: Intelligent search with AI-powered results
  • Japanese TTS: Specialized Japanese text-to-speech

Quick Start

1. Install uv (Python Package Manager)

# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows (PowerShell)
powershell -c "irm https://astral.sh/uv/install.sh | iex"

# Or via package managers
# brew install uv
# pip install uv

2. Get Your API Key

Obtain your API key from your account information page on the SynClub server website.

3. Configure Your MCP Client

Claude Desktop

Step 1: find your config file You can find your config file at:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Or you can find your config file in claude setting:

Click claude setting: Configuration Example

Edit config file: Configuration Example

Open config file: Configuration Example

Step 2: append this config to your own file

{
  "mcpServers": {
    "SynClub": {
      "command": "uvx",
      "args": [
          "synclub-mcp"
      ],
      "env": {
          "SYNCLUB_MCP_API": "your api key"
      }
    }
  }
}

If you have any problem with the command uvx, try to use the command which uvx to find the absolute path of uvx and replace the command in the config file.

step 3:save and restart your claude application

  • important:make sure to restart claude that your config file will update and check the connection in claude developer

Available Tools

Tool NameDescription
minimax_text_to_audioConvert text to speech with customizable voice settings
minimax_generate_videoMinimax generate videos
minimax_voice_cloneClone voices from audio files
minimax_text_to_imageGenerate images from text prompts
kling_generate_text_to_videoStart generate videos from text descriptions using Kling models
kling_query_ttv_taskGet the generate result from generate_text_to_video tool
kling_generate_image_to_videoStart generate videos from images with text prompts using Kling models
kling_query_gttv_taskGet the generate result from generate_image_to_video tool
openai_image_recognitionAnalyze and recognize image content
openai_edit_imageEdit images based on a text prompt
remove_bgAutomatically remove image backgrounds
hd_restoreEnhance image quality and resolution
openai_generate_imageGenerate images using alternative models
ai_searchPerform AI-powered search queries
japanese_ttsJapanese text-to-speech conversion
generate_comic_storyGenerate a comic story based on input story theme
generate_comic_chaptersGenerate comic story chapters based on novel input, character info and chapter number
generate_comic_image_promptsGenerate image prompts based on comic story chapter and character info
edit_comic_storyEdit comic story based on edit prompt and input story.
edit_comic_chaptersEdit comic chapters based on edit prompt and input chapters.
ugc_ttiGenerate a anime character based on a text prompt
anime_pose_alignGenerate a pose align image based on an anime character image
anime_comic_imageGenerate a comic image based on prompt
flux_edit_imageedit image based on image url and image prompts
google_nano_ttigenerate image based on text prompt using google nano model
google_nano_edit_imageEdit and modify existing images based on text prompts using Google Nano model
google_nano_edit_image_highlight_featureGenerate specialized images based on text prompts using Google Nano model for 4 specific highlight features

Environment Variables

  • SYNCLUB_MCP_API: Your API key (required)

License

This project is licensed under the MIT License - see the file for details.

From

https://github.com/520chatgpt01/Synclub-mcp-server