Open-source MCP server with browser automation and knowledge packs for AI agents
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Open-source AI agent platform for agentic coding β MCP server, knowledge packs, and AI workflow automation.
Run AI coding agents with agentic workflows, knowledge packs, and real browser control. Connect Claude Code, Codex, Cursor, ChatGPT, or any MCP client.
| MCP Server | AI agent tools for browser control, workflow execution, and knowledge pack access. Stdio and SSE transports. |
| REST API | Trigger workflows remotely from webhooks, cron jobs, mobile apps, or other agents. |
| Workflow Engine | AI workflow automation with browser, git, issue-tracking, LLM, shell, and control-flow steps. Define agentic workflows in YAML. |
| Knowledge Packs | Installable domain knowledge β CSS selectors, data models, state machines. Role playbooks turn coding agents into an AI software engineer, QA, or PM. |
| Chrome Extension | Browser commands with real DOM access via WebSocket, not screenshots. Recording mode. |
| Dashboard | Svelte UI β workflow browser, run logs, skill pack manager, system status. |
SideButton is an open-source MCP server for AI coding agents. Agents connect to it directly for browser control, workflow automation, and domain knowledge.
Works with Claude Code, Codex, Cursor, Claude Desktop, VS Code, Windsurf, ChatGPT β any MCP client.
Persists to ~/.claude.json; add --scope project to write ./.mcp.json instead. Full guide: Claude Code SideButton MCP setup.
Add to ~/.codex/config.toml:
Full guide: OpenAI Codex SideButton MCP setup.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Add to ~/.cursor/mcp.json:
| Tool | Description |
|---|---|
run_workflow | Execute a workflow by ID |
get_run_log | Get execution log for a run |
list_workflows | List all available workflows |
get_workflow | Get workflow YAML definition |
list_run_logs | List recent workflow executions |
publish_artifact | Publish evidence (screenshots, reports) from a session |
get_browser_status | Check browser extension connection |
capture_page | Capture selectors from current page |
navigate | Navigate browser to URL |
snapshot | Get page accessibility snapshot |
click | Click an element |
type | Type text into an element |
press_key | Send keyboard keys |
scroll | Scroll the page |
extract | Extract text from element |
screenshot | Capture page screenshot (pass path to write a PNG file instead of returning image bytes) |
select_option | Select dropdown option |
fill | Fill input value (React-compatible) |
wait | Wait for element or delay |
exists | Check if element exists |
extract_all | Extract all matching elements |
extract_map | Extract structured data from repeated elements |
scroll_into_view | Scroll element into viewport |
hover | Hover over element |
inject_css | Inject CSS into the page (blur/hide elements before a screenshot) |
evaluate | Execute JavaScript in browser |
browser_batch | Run a sequence of browser actions in one call |
set_basic_auth | Set HTTP Basic Auth credentials for the connected tab |
clear_basic_auth | Clear stored HTTP Basic Auth credentials |
JSON endpoints for external integrations. The same workflows are available via MCP locally and via REST remotely.
Trigger workflows from webhooks, cron jobs, mobile apps, or other agents on different machines.
YAML-first orchestration for agentic workflows. Step types by family:
| Family | Steps |
|---|---|
browser.* | navigate, click, type, fill, extract, extractAll, extractMap, snapshot, screenshot, wait, exists, hover, key, scroll, scrollIntoView, select_option, injectCSS, injectJS |
git.* | createPR, getPR, listPRs, getIssue, listIssues |
issues.* | create, get, search, comment, attach, transition |
llm.* | classify, decide, generate |
control.* | if, foreach, retry, stop |
shell / terminal | shell.run, terminal.open, terminal.run |
data.* | first, get |
workflow.call | Call another workflow with parameters |
LLM steps work with Ollama (local), OpenAI, and Anthropic.
Use {{variable}} syntax to reference extracted values or parameters:
Installable domain knowledge (skill packs) per web app or domain. Knowledge packs power AI code review, automated testing, and enterprise AI agent deployments.
Also referred to as skill packs in code and CLI commands.
Open registry with published packs for popular web apps. Build and share packs for any domain.
Install the SideButton Chrome Extension from the Chrome Web Store.
After installing:
Svelte UI at http://localhost:9876:
SideButton handles multi-agent orchestration β from workflow execution to knowledge injection.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sidebutton)<a href="https://allmcps.com/mcp/sidebutton"><img src="https://allmcps.com/api/badge/sidebutton?style=directory" alt="Sidebutton on AllMCPs" /></a>