Awesome MCPMedia & Creativity

tiianhk/MaxMSP-MCP-Server

⭐ 269 Max repository created 2025-04-18

MaxMSP-MCP Server connects large language models to Cycling 74 Max via the Model Context Protocol so that an agent can both understand and author Max patches. On the understanding side, the model can inspect a patch and explain what its objects do, demonstrated in the README with a ring modulation teaching patch. On the generation side, the model can create and modify objects inside the patch, shown by building an FM synthesiser whose output is audible in the linked video. The agent is given access to the official documentation for each Max object as well as the objects present in the current patch and subpatch windows, which lets it retrieve and explain objects, debug problems and verify the results of its own edits. The project has two halves. The Python MCP server is installed by cloning the repository, creating a uv virtual environment and installing requirements, then running install.py with a --client flag to register the server with Claude or Cursor; other MCP clients can be supported by adding their configuration file path to the client table in install.py. The Max side lives in MaxMSP_Agent/demo.maxpat, which the user copies into their own work: the first tab checks that npm is available and installs the JavaScript dependencies, and the second tab starts communication with the Python process so the agent can act on the patch. Prerequisites are Python 3.8 or newer, the uv package manager, and Max 9 or newer, because some scripts depend on the JavaScript V8 engine; Max 8 and earlier are untested. This is a third-party implementation and not made by Cycling 74. An extended fork by ersatzben and BenCello is linked from the README.

https://github.com/tiianhk/MaxMSP-MCP-Server

mcp-servermax-mspaudiomusicdsppatchingcreative-codingpython

Also in Media & Creativity

heygen-com/hyperframes

HyperFrames is an open-source framework that converts HTML, CSS, and media into deterministic MP4 videos, designed for AI agents and automated content creation workflows.

zcaceres/markdownify-mcp

Markdownify MCP Server is an MCP server that converts various file types and web content into Markdown format, enabling easy content sharing and management within the MCP ecosystem.

samuelgursky/davinci-resolve-mcp

DaVinci Resolve MCP Server is an MCP server that enables AI coding assistants like Cursor and Claude Desktop to control and query DaVinci Resolve through natural language commands.

heshengtao/comfyui_LLM_party

ComfyUI LLM Party is a versatile framework integrating multiple LLMs and MCP server support within ComfyUI to build customizable LLM workflows and AI assistants with social app integration and advanced multi-agent interactions.

MiniMax-AI/MiniMax-MCP

MiniMax-MCP is the official MiniMax Model Context Protocol server enabling MCP clients to interact with advanced AI APIs for text-to-speech, voice cloning, image, and video generation.

elevenlabs/elevenlabs-mcp

The official ElevenLabs MCP server enabling MCP clients to access advanced text-to-speech and audio processing capabilities through ElevenLabs' APIs.

gyoridavid/short-video-maker

Short Video Maker is an open-source tool that automates the creation of short-form videos for social media using the Model Context Protocol and a REST API.

abhiemj/manim-mcp-server

Manim MCP Server is an MCP server that executes Manim animation scripts and returns generated videos, enabling dynamic animation creation through the Model Context Protocol.