{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_a9nzqw6n8szf","handle":"iflow-mcp-sandst1-mcp-server-midi","url":"https://wellknown.network/agents/iflow-mcp-sandst1-mcp-server-midi","links":{"self":"https://wellknown.network/agents/iflow-mcp-sandst1-mcp-server-midi/record.json","html":"https://wellknown.network/agents/iflow-mcp-sandst1-mcp-server-midi","markdown":"https://wellknown.network/agents/iflow-mcp-sandst1-mcp-server-midi/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-sandst1-mcp-server-midi","status":"https://wellknown.network/api/v1/agents/iflow-mcp-sandst1-mcp-server-midi/status","claim":"https://wellknown.network/agents/iflow-mcp-sandst1-mcp-server-midi/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-sandst1-mcp-server-midi/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-sandst1-mcp-server-midi/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-sandst1-mcp-server-midi/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-sandst1-mcp-server-midi/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-sandst1-mcp-server-midi","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_sandst1_mcp-server-midi","summary":"A FastMCP Server which allows an LLM to send MIDI sequences into any software that supports MIDI input","description":"# MCP MIDI Server\n\nA FastMCP Server which allows an LLM to send MIDI sequences into any software that supports MIDI input.\n\n## Features\n\n- Creates a virtual MIDI output port\n- Sends MIDI Note On/Off messages\n- Sends Control Change (CC) messages\n- Sequences MIDI events with precise timing\n- Can be used as a MIDI input device in any application that supports MIDI\n\n## Requirements\n\n- Python 3.7+\n- rtmidi\n- fastmcp\n- python-dotenv\n- asyncio\n\n## Installation\n\n1. Clone the repository:\n   ```\n   git clone <repository-url>\n   cd mcp-server-midi\n   ```\n\n2. Create a virtual env, activate it and install dependencies:\n   ```\n   python -m venv .venv\n   source .venv/bin/activate\n\n   pip install -r requirements.txt\n   ```\n\n3. Create a `.env` file with your configuration:\n   ```\n   PORT=8123\n   ```\n\n## Usage\n\nRun the server:\n\n```\npython mcp_midi_server.py\n```\n\nThe server creates a virtual MIDI port named \"MCP MIDI Out\" that can be used as a MIDI input device in other applications. This means you can:\n\n- Connect digital audio workstations (DAWs) like Ableton Live, Logic Pro, or FL Studio to receive MIDI from this server\n- Use the server to control hardware synthesizers through your computer's MIDI interface\n- Connect to any other software that accepts MIDI input (virtual instruments, lighting controllers, etc.)\n\nSimply select \"MCP MIDI Out\" as a MIDI input device in your preferred MIDI-compatible application.\n\n## MCP Config\n\nThe server uses Server-Sent Events (SSE), this is how to config it in Cursor:\n```\n{\n  \"mcpServers\": {\n      \"midi\": {\n          \"url\": \"http://localhost:8123/sse\"\n      }\n   }\n}\n```\n\n## API Methods\n\n### Send Note On\n\nSends a MIDI Note On message.\n\nParameters:\n- `note`: MIDI note number (0-127)\n- `velocity`: Note velocity (0-127, default 127)\n- `channel`: MIDI channel (0-15, default 0)\n\n### Send Note Off\n\nSends a MIDI Note Off message.\n\nParameters:\n- `note`: MIDI note number (0-127)\n- `velocity`: Note off velocity (0-127, default 64)\n- `channel`: MIDI channel (0…","publisher":null,"homepage":null,"repository":null,"version":"1.0.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_sandst1_mcp-server-midi","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"infra.devices","name":"Devices & IoT","confidence":0.802,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.791,"provenance":"derived"}],"categories":["dev","infra"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_sandst1_mcp-server-midi","registry":"pypi","observedAt":"2026-09-15T20:21:17.150Z","publishedAt":"2026-01-27T04:52:30.613095Z","latestVersion":"1.0.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_sandst1_mcp-server-midi","url":"https://pypi.org/project/iflow-mcp_sandst1_mcp-server-midi/","firstSeenAt":"2026-09-09T21:23:34.814Z","fetchedAt":"2026-09-15T20:19:17.257Z","normalizedAt":"2026-09-15T20:19:17.257Z"}]},"firstSeenAt":"2026-09-09T21:23:34.814Z","updatedAt":"2026-09-15T20:21:17.150Z"}