
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 serve
# Open http://localhost:9876
sidebutton serve # Start server on port 9876
sidebutton list # List available workflows
sidebutton run <id> # Run a workflow by ID
sidebutton status # Check server status
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.