MCP.so
Sign In
M

Mathmind Mcp Server

@Runninghcm

About Mathmind Mcp Server

# 一、简介:

Basic information

Category

Other

Transports

stdio

Publisher

Runninghcm

Submitted by

jie yuan

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mathmind-mcp-server": {
      "args": [
        "[email protected]"
      ],
      "command": "uvx",
      "env": {
        "x-api-key": "c673127e9d28452dbea03c840a7e5b72"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mathmind Mcp Server?

Mathmind Mcp Server provides a suite of audio/video creation and synthesis tools via the Model Context Protocol. Users describe scenes and requirements in natural language, and the server autonomously orchestrates its tools to generate multimedia content intelligently.

How to use Mathmind Mcp Server?

Obtain an API key by registering on the MathMind open platform. Then configure an SSE connection in supported MCP clients (Windsurf, Cursor, 通义灵码) using the URL https://mcp.mathmind.cn/sse?x-api-key=<YOUR_API_KEY>.

Key features of Mathmind Mcp Server?

  • Combine multiple images into video with music and voiceover
  • Merge multiple video clips with customizable audio and cover
  • Extract text from video via link (recommended under 5 min)
  • Recognize subtitles and output video with styled text
  • Generate video from image and prompt using VIDU model
  • Add picture-in-picture overlay with custom position and animation

Use cases of Mathmind Mcp Server?

  • Automate creation of social media videos from images and clips
  • Extract and repurpose text content from existing videos
  • Add professional subtitles to videos with custom styling
  • Generate new video clips from static images using AI
  • Overlay logos or contextual images onto video backgrounds

FAQ from Mathmind Mcp Server

How to get an API key?

Register on the MathMind open platform at https://admin.mathmind.cn/login?referralCode=REF22431068 to obtain your API key.

What transport does the server use?

The server uses SSE (Server-Sent Events) transport. Configure the URL with your API key as a query parameter in your MCP client.

Are there any file size or duration limits?

For the video text extraction tool (video2txt), videos shorter than 5 minutes are recommended. No other explicit limits are documented.

Does the server support synchronous and asynchronous operations?

Yes. For image-to-video generation (imageGenVideo), both real-time and async modes are available. Async tasks return a traceId that must be queried with videoTaskFetch to get the final result.

Where are the generated videos and data stored?

Data is processed and stored on MathMind's servers. API results provide URLs or traceIds to retrieve the final output.

Comments

More Other MCP servers