Vibe Composer MIDI MCP
Enables AI-driven music composition and multi-track MIDI generation, allowing creation of full band arrangements with instruments like piano, saxophone, and drums that can be played through software or hardware synthesizers
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vibe Composer MIDI MCPcompose a chill jazz trio with piano, bass, and drums"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vibe-composer-midi-mcp
Vibe composer as an MCP server
Talk to an LLM and compose music!
Multi track - not just a piano, but the whole band
Also can output to a software or a hardware synthesizer for a better sound!
Complete example on YouTube
Example prompts
Play an upbeat melody on the pianoSpicy it up with fast passages with 16th notesAdd a few bars on the saxophone while piano is playing chordsAdd drums for the whole duration of the song
Playing it on a software or hardware synthesizer
Ask an LLM to list MIDI outputs -
Which MIDI outputs are available?It may tell you that you have
Logic Pro
Then ask to play it on logic pro and assign channels: e.g.:
Play in on Logic Pro and route the tracks to the following channels:
- Piano - channel 0
- Sax - channel 1
- Drums - channel 2
Installation
Using an example of Claude Desktop as an MCP client:
Add this to ~/Library/Application Support/Claude/claude_desktop_config.json
"vibe-composer-midi-mcp": {
"command": "npx",
"args": ["vibe-composer-midi-mcp@latest"]
}Available Tools
2 toolslist-midi-outputsList MIDI outputsC
Lists MIDI outputs
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. 'Lists MIDI outputs' reveals nothing about whether this is a read-only operation, whether it requires specific permissions, what format the output takes, whether there are rate limits, or any other behavioral characteristics. For a tool with zero annotation coverage, this description provides essentially no behavioral transparency beyond the implied action of listing.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description 'Lists MIDI outputs' is maximally concise at just three words. There is zero waste or redundancy, and it communicates the core action immediately. For such a simple tool with no parameters, this level of brevity is appropriate and efficient. Every word earns its place by contributing to the basic understanding of what the tool does.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that this is a zero-parameter tool with no annotations and no output schema, the description should provide more context about what 'MIDI outputs' are and what format the listing returns. The description is incomplete for helping an agent understand what to expect from this tool - it doesn't explain what constitutes a MIDI output, whether the list includes names/IDs/capabilities, or how the results are structured. For even a simple listing tool, more context would be helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the input schema has 100% description coverage (though it's empty). With no parameters to document, the description doesn't need to add parameter semantics beyond what the schema provides. The baseline for zero parameters is 4, as there's no parameter information that could be missing or inadequately described. The description doesn't contradict the empty parameter schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Lists MIDI outputs' is a tautology that essentially restates the tool name 'list-midi-outputs' and title 'List MIDI outputs'. While it does include a verb ('Lists') and resource ('MIDI outputs'), it provides no additional specificity about what MIDI outputs are, what format they're listed in, or what distinguishes this from other listing operations. It meets the minimum requirement of stating what the tool does but does so in the most basic possible way.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides absolutely no guidance about when to use this tool versus alternatives. There is a sibling tool named 'play' on the server, but the description doesn't mention it or explain how 'list-midi-outputs' relates to it. There's no context about prerequisites, appropriate use cases, or when this tool should be selected over other options. The agent receives no usage guidance beyond the tool name itself.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
playPlay a music scoreC
Plays a music score
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | Yes | The BPM of the song | |
| midiOuputName | No | The MIDI output name to use. Don't add unless requested. | |
| tracks | Yes | Array of tracks to play. - If you want to make it a drum track, set the instrumentName to 'drums'. and Use the 'drums' proprerty in notation. - Otherwise, use the 'note' property in 'notes'. - Unless asked otherwise, add 10 bars assuming 4/4 time signature. - Unless asked otherwise, make sure that each has the same number of bars. - Sometimes you make some tracks longer or shorter than others. Avoid that. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure but only states the basic action ('Plays a music score'). It doesn't describe what 'playing' entails (e.g., audio output, MIDI device activation, duration, error conditions), whether it's blocking/non-blocking, or any side effects like resource consumption or permissions needed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with just three words, front-loading the core action without unnecessary elaboration. Every word earns its place, though this conciseness contributes to underspecification in other dimensions.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a complex tool with 3 parameters, nested objects, no annotations, and no output schema, the description is completely inadequate. It doesn't explain what 'playing' means operationally, what happens after invocation, or how to interpret results, leaving significant gaps despite the detailed schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description adds no parameter information beyond what's in the schema, maintaining the baseline score of 3 where the schema does the heavy lifting without additional value from the description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description 'Plays a music score' is a tautology that restates the tool name 'play' and title 'Play a music score' without adding specificity. It lacks a clear verb+resource distinction and doesn't differentiate from the sibling tool 'list-midi-outputs' beyond the obvious action difference.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. While the input schema includes some usage hints (e.g., 'Don't add unless requested' for parameters), the description itself offers no context about prerequisites, typical scenarios, or comparisons to the sibling tool 'list-midi-outputs'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- First observed
list-midi-outputs - First observed
play
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one lists MIDI outputs (a discovery/query function), and the other plays a music score (an action/execution function). There is no overlap or ambiguity between them.
The naming is inconsistent: 'list-midi-outputs' uses kebab-case with a verb-noun structure, while 'play' is a single verb without a noun. This mix of conventions lacks a predictable pattern.
With only 2 tools, the server feels too thin for a 'Vibe Composer MIDI' domain, which suggests music composition or playback. Key operations like creating, editing, or stopping scores are missing, making the set underpowered.
The tool surface is severely incomplete for MIDI composition/playback. There are no tools to create, edit, save, load, or stop scores, and no control over playback (e.g., pause, volume). This will cause agent failures in typical workflows.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.
Generate AI music via the Lacuna Music API from MCP clients like Claude Desktop & Code.
Image, video, music and text generation across 100+ models through one endpoint.
Write lyrics in 100+ styles, score them, generate full songs with 4 engines, split stems. OAuth.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA MIDI composition system that enables AI assistants to create music through FluidSynth, with capabilities for playing notes, creating melodies, managing tracks, and exporting audio.1-
- AlicenseNot gradedqualityDmaintenanceAn Electron desktop application that bridges LLM-driven music generation with DAWs by converting NoteSequence JSON from AI models into MIDI data that can be played, recorded, and manipulated in any digital audio workstation.4Apache 2.0
- -licenseBqualityNot gradedmaintenanceEnables AI assistants to control MIDI devices and synthesizers through WebMidi.js integration. Provides tools for sending notes, control changes, creating virtual ports, and executing complex musical sequences.11-
- AlicenseAqualityFmaintenanceEnables AI-driven MIDI composition with chord name support, interactive piano-roll preview, and multiple deployment modes.251MIT