MathMind MCP Server
Related Servers
Alternatives to MathMind MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceExposes video generation and editing tools to MCP-capable clients, enabling text-to-video, image-to-video, video editing, reusable voice and character profiles, and task status queries through natural language.3MIT
- AlicenseAqualityCmaintenanceProvides 30+ FFmpeg video and audio editing tools via MCP, enabling AI assistants to perform operations like trimming, transcoding, overlays, and composition directly.274MIT
- FlicenseNot gradedqualityDmaintenanceEnables comprehensive video/audio processing, analysis, and streaming via natural language by exposing 40+ FFmpeg tools as MCP tools.21-
- FlicenseNot gradedqualityBmaintenanceEnables AI clients like Claude and ChatGPT to generate images and videos, animate images, create lip-synced videos, list TTS voices, and manage media via remote MCP tools.-
- AlicenseNot gradedqualityAmaintenanceEnables LLM agents to drive a self-hosted video toolkit through MCP tools, including lipsync, face restoration, ffmpeg operations, and metadata retrieval.1Do What The F*ck You Want To Public
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides 17 FFmpeg-based tools for video and audio processing, including conversion, compression, and editing. It enables AI assistants to perform complex media tasks like extracting audio, adding watermarks, and merging videos using natural language.213 npm2-
TDQS
Scored across 9 tools
Most tools target clearly distinct operations: image-to-video, video-to-video, video-to-text, subtitles, cutting, and picture-in-picture. However, taskFetchByTraceID and imgPipTaskFetchbyReqID both serve as task-result fetchers and could be confused, and imgs2video vs imageGenVideo may require careful reading to distinguish.
The names follow a mix of conventions: video2video, video2txt, and imgs2video use an input-to-output pattern, while subtitleDynamic, imageGenVideo, videoCutRandom, and imgPip use camelCase verb/noun phrases. There are also capitalization inconsistencies like traceID vs reqID, making the set readable but not uniformly patterned.
With 9 tools, the server is well-scoped for a video/media processing domain. Each tool provides a meaningful operation without excessive redundancy, and the count supports a coherent workflow.
The tool set covers the main lifecycle of creating and retrieving video-processing tasks across generation, editing, transcription, and subtitles. Minor gaps include no explicit cancel operation and only limited task-fetch coverage for some tools, but agents can generally complete core workflows.