Skip to content
VS Code

VitaminMCP for VS Code

io.github.backas03/vitaminmcp

Test Minecraft plugins end to end: drive a real Paper server and real protocol bots.

client:VS Code transport:stdio runtime:npm

Install VitaminMCP in VS Code

.vscode/mcp.json

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

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

VitaminMCP in other clients