Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

midi-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

midi-mcp

coming soon...

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

midi-mcp

npm

coming soon...

Claude for Desktop

MacOS/Linux: code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows PowerShell: code $env:AppData\Claude\claude_desktop_config.json

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

VSCode

code .vscode\mcp.json

{
  "servers": {
    "midi": {
      "command": "npx",
      "args": ["-y", "midi-mcp"]
    }
  }
}

Debugging

Instead of the npx command, use:

"midi": {
  "command": "node",
  "args": ["/path/to/midi-mcp"]
}

MCP Inspector

npx @modelcontextprotocol/inspector node /path/to/midi-mcp

Keywords

mcp

FAQs

Package last updated on 21 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts