Skip to content
Claude Desktop

SideButton MCP Server for Claude Desktop

io.github.sidebutton/sidebutton

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

client:Claude Desktop transport:stdio runtime:npm

Install SideButton MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SideButton MCP Server in other clients