midi-mcp-server

tubone24/midi-mcp-server
★ 35 stars TypeScript 📁 File System Updated 11d ago
MIDI MCP Server is a Model Context Protocol (MCP) server that enables AI models to generate MIDI files from text-based music data. This tool allows for programmatic creation of musical compositions through a standardized interface.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "midi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tubone24/midi-mcp-server"
      ]
    }
  }
}