Skip to content
VS Code

suprsonic mcp for VS Code

io.github.o-mega-enterprise/suprsonic-mcp

One API key, dozens of capabilities for your AI agent. Zero provider auth.

client:VS Code transport:stdio runtime:npm

Install suprsonic mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "suprsonic-api-key",
      "description": "SUPRSONIC_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "suprsonic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "suprsonic-mcp"
      ],
      "env": {
        "SUPRSONIC_API_KEY": "${input:suprsonic-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

suprsonic mcp in other clients