Skip to content
VS Code

theaudiodb mcp for VS Code

io.github.mrfentmen/theaudiodb-mcp

TheAudioDB artist, album, and track search.

client:VS Code transport:stdio runtime:npm

Install theaudiodb mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "theaudiodb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "theaudiodb-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

theaudiodb mcp in other clients