Skip to content
VS Code

SideButton MCP Server for VS Code

io.github.sidebutton/sidebutton

Open-source MCP server with browser automation and knowledge packs for AI agents

client:VS Code transport:stdio runtime:npm

Install SideButton MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "sidebutton": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sidebutton/server"
      ]
    }
  }
}

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

SideButton MCP Server in other clients