
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@sidebutton/server
Advanced tools
SideButton server with MCP integration, REST API, and web dashboard for workflow automation
SideButton server with MCP integration, REST API, and web dashboard for workflow automation.
npm install @sidebutton/server
# Start the server
npx sidebutton
# Open http://localhost:9876
sidebutton # Start server on port 9876 (default)
sidebutton --stdio # Start with stdio transport (for Claude Desktop)
sidebutton -p 8080 # Start on custom port
sidebutton list # List available workflows
sidebutton run <id> # Run a workflow by ID
sidebutton status # Check server status
# Skill pack registries
sidebutton registry add <path|url> # Register + install all skill packs
sidebutton registry update [name] # Update installed packs from registry
sidebutton registry remove <name> # Uninstall packs and remove registry
sidebutton registry list # Show registries and pack counts
sidebutton search [query] # Search packs across registries
sidebutton install <path|url|name> # One-off skill pack install
sidebutton uninstall <domain> # Remove an installed skill pack
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"sidebutton": {
"command": "npx",
"args": ["sidebutton", "--stdio"]
}
}
}
Note: The --stdio flag uses stdin/stdout for MCP communication, which is required for Claude Desktop's JSON config. The HTTP server still runs in the background for browser extension connectivity.
Add to ~/.claude/settings.json:
{
"mcpServers": {
"sidebutton": {
"type": "sse",
"url": "http://localhost:9876/mcp"
}
}
}
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"sidebutton": {
"url": "http://localhost:9876/mcp"
}
}
}
| Tool | Description |
|---|---|
run_workflow | Execute a workflow by ID |
list_workflows | List available workflows |
get_workflow | Get workflow YAML definition |
get_run_log | Get execution log |
list_run_logs | List recent executions |
get_browser_status | Check extension connection |
capture_page | Capture page selectors |
navigate | Navigate browser to URL |
snapshot | Get accessibility tree |
click | Click element |
type | Type text |
scroll | Scroll page |
extract | Extract text |
screenshot | Capture screenshot |
hover | Hover over element |
@sidebutton/core - Core workflow engineApache-2.0
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.