Skip to content
VS Code

8bitpeoples mcp for VS Code

io.github.mrfentmen/8bitpeoples-mcp

Use this MCP server to 8bitpeoples, the free chiptune record label, browse the full release...

client:VS Code transport:stdio runtime:npm

Install 8bitpeoples mcp in VS Code

.vscode/mcp.json

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

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

8bitpeoples mcp in other clients