Skip to content

Midi File

Free

by MCP Community

A MCP tool for parsing and manipulating MIDI files based on Tone.js

v0.1.3Added Apr 12, 2026
midiparsertypescriptmcpmodelcontextprotocol
Works with:ClaudeGPTGeminiCopilot

Midi File MCP Server

A MCP tool for parsing and manipulating MIDI files based on Tone.js

Installation

npx -y midi-file-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y midi-file-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "midi-file": {
      "command": "npx",
      "args": ["-y", "midi-file-mcp"]
    }
  }
}