local mcp server that sends midi commands to your favorite pedals
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"midi-guitar-pedals": {
"args": [],
"command": "/path/to/your/midimcp/start-mcp-wrapper.sh"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A powerful Model Context Protocol (MCP) server that bridges AI assistants with MIDI guitar pedals. Control your guitar effects using natural language through any MCP-compatible AI assistant!
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Midimcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A powerful Model Context Protocol (MCP) server that bridges AI assistants with MIDI guitar pedals. Control your guitar effects using natural language through any MCP-compatible AI assistant!
MIDI MCP lets you control guitar pedals using natural language:
MidiCommand(channel=1, cc=5, value=100)B0 05 64 to your pedal┌─────────────┐ Pedal Config Query ┌─────────────┐ MIDI Commands ┌─────────────┐
│ │ ────────────────────── │ │ ─────────────────── │ │
│ AI Assistant│ get_pedal("lvx") │ MCP Server │ B0 05 64 (bytes) │ Guitar Pedal│
│ │ ◄───────────────────── │ │ ◄────────────────── │ │
└─────────────┘ CC Mappings └─────────────┘ MIDI Response └─────────────┘
│ ▲
└─ "make it brighter" → CC5=100 ─────────┘
MCP Server exposes pedal configurations and executes MIDI. AI Assistant translates natural language to MIDI using the exposed knowledge.
git clone https://github.com/guyko/midimcp.git
cd midimcp
mvn compile
mvn exec:java
# or
./run-server.sh
Step 1: Build the project
cd /path/to/midimcp
mvn compile
Step 2: Configure Claude Desktop Add this configuration to your Claude Desktop config file:
Location: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"midi-guitar-pedals": {
"command": "/path/to/your/midimcp/start-mcp-wrapper.sh",
"args": []
}
}
}
Replace /path/to/your/midimcp/ with your actual project directory path.
Step 3: Restart Claude Desktop Completely quit and restart Claude Desktop for the configuration to take effect.
Step 4: Test the connection After restarting, you should see the "midi-guitar-pedals" server available. You can test it by asking Claude to:
Configure your AI assistant to connect to the MCP server using the appropriate MCP client for your platform. The server provides these tools:
execute_midi_command - Send single MIDI CC commandexecute_midi_commands - Send multiple comman