SideButton MCP Server for Cursor
io.github.sidebutton/sidebutton
Open-source MCP server with browser automation and knowledge packs for AI agents
client:Cursor
transport:stdio
runtime:npm
Install SideButton MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sidebutton": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sidebutton/server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs