SideButton

SideButton Browser MCP extension for AI integration and workflow automation

As of June 2026, SideButton has 34 users and a 5.00/5 rating from 1 reviews in the Developer Tools category.

Usersup 36.0 percent+36.0%
34
34
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.2.0
Manifest V3
90-day change · In the last 90 days this extension 2 version updates, changed permissions.

History

11 snapshots

Tracking since Apr 4, 2026.

48.763623.24Apr 4, 2026Jun 12, 2026
View as table
DateUsersRatingReviewsVersion
Apr 4, 2026255.0011.0.11
Apr 17, 2026275.0011.0.11
Apr 23, 2026325.0011.1.1
Apr 28, 2026345.0011.1.1
May 5, 2026405.0011.1.1
May 11, 2026365.0011.1.1
May 16, 2026395.0011.1.1
May 23, 2026435.0011.1.1
May 29, 2026475.0011.1.1
Jun 5, 2026465.0011.1.1
Jun 12, 2026475.0011.2.0
Now345.0011.2.0

Changelog

  • Jun 5, 2026
    permissions
    debugger, tabs, scripting, activeTab, storage
    debugger, tabs, scripting, activeTab, storage, webRequest, webRequestAuthProvider
  • Apr 17, 2026
    description
    SideButton connects AI agents to your browser. It's an open-source browser MCP server that lets Claude, Cursor, and other AI tools interact with any website through your real browser session.                                                                                                                                                                                                       
                                                                                                                                                                                                                     
      WHAT IT DOES                                                                                                                                                                                                   
                                                                                                                                                                                                                     
      SideButton bridges AI and your browser. When connected, AI agents can:                                                                                                                                         
                                                                                                                                                                                                                     
      • Navigate to any URL                                                                                                                                                                                          
      • Click buttons and links                                                                                                                                                                                                                                                                                                                                                              
      • Extract text and data from pages                                                                                                                                                                             
      • Take screenshots                                                                                                                                                                                             
      • Scroll and interact with page elements                                                                                                                                                                       
      • Capture accessibility snapshots for understanding page structure                                                                                                                                             
                                                                                                                                                                                                                     
      Everything runs locally through your browser — no cloud proxies, no headless browsers, no credentials shared with third parties.                                                                               
                                                                                                                                                                                                                     
      HOW IT WORKS                                                                                                                                                                                                   
                                                                                                                                                                                                                     
      1. Install the extension                                                                                                                                                                                       
      2. Run the SideButton server locally: npx sidebutton                                                                                                                                                           
      3. The extension connects to the server automatically                                                                                                                                                          
      4. AI agents (Claude Code, Cursor, Claude Desktop) connect via MCP                                                                                                                                             
      5. Your AI agent can now see and control your browser                                                                                                                                                          
                                                                                                                                                                                                                     
      WORKFLOW AUTOMATION                                                                                                                                                                                            
                                                                                                                                                                                                                     
      SideButton includes a workflow engine that automates multi-step browser tasks using simple YAML definitions:                                                                                                   
                                                                                                                                                                                                                     
      • Browser automation — navigate, click, type, extract data                                                                                                                                                     
      • LLM integration — classify content, generate text, draft replies                                                                                                                                             
      • Shell commands — run terminal commands as part of workflows                                                                                                                                                  
      • Conditional logic — if/else branching, retry with backoff                                                                                                                                                    
      • Nested workflows — compose complex automations from simple building blocks                                                                                                                                   
      • Embedded buttons — inject action buttons directly into web pages                                                                                                                                             
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           
        PRIVACY & SECURITY                                                                                                                                                                                             
                                                                                                                                                                                                                     
      • 100% local — the server runs on your machine, not in the cloud                                                                                                                                               
      • No data collection — your browsing data stays on your device                                                                                                                                                 
      • No credentials stored — workflows use your existing browser sessions                                                                                                                                         
      • Domain policies — workflows can be restricted to specific domains                                                                                                                                            
      • Open source — full source code available on GitHub (Apache-2.0 license)
    
      LINKS                                                                                                                                                                                                          
                                                                                                                                                                                                                     
      • Documentation: https://docs.sidebutton.com                                                                                                                                                                   
      • GitHub: https://github.com/sidebutton/sidebutton                                                                                                                                                             
      • Website: https://sidebutton.com
    SideButton connects AI agents to your browser. It's an open-source MCP server + Chrome extension that gives Claude Code, Cursor, ChatGPT, and any MCP-compatible AI tool real browser control through your existing sessions.
    
    WHAT IT DOES
    
    SideButton gives AI agents eyes and hands in your browser:
    
    - Navigate to any URL and interact with pages
    - Click, type, scroll, and fill forms
    - Extract text, data, and page structure
    - Take screenshots and accessibility snapshots
    - Run multi-step workflows with YAML automation
    - Inject domain knowledge so agents understand your apps
    
    Everything runs locally — no cloud proxies, no headless browsers, no credentials shared with third parties.
    
    KNOWLEDGE PACKS
    
    SideButton's unique advantage: domain knowledge packs that teach AI agents how specific web apps work — selectors, data models, states, and workflows. Install a pack, and your AI agent instantly understands the app.
    
    - Browse knowledge packs at sidebutton.com/skills
    - Create your own with `sidebutton init`
    - Share packs via git registries
    
    HOW IT WORKS
    
    1. Install the extension
    2. Run the server: npx sidebutton
    3. The extension auto-connects to the local server
    4. Connect your AI agent via MCP (Claude Code, Cursor, Claude Desktop)
    5. Your AI agent can now see and control your browser
    
    WORKFLOW AUTOMATION
    
    Automate multi-step browser tasks with simple YAML definitions:
    
    - Browser automation — navigate, click, type, extract data
    - LLM integration — classify content, generate text, make decisions
    - Shell commands — run terminal commands as part of workflows
    - Conditional logic — if/else branching, retry with backoff
    - Nested workflows — compose complex automations from simple blocks
    - Embedded buttons — inject action buttons directly into web pages
    
    PRIVACY & SECURITY
    
    - 100% local — the server runs on your machine, not in the cloud
    - No data collection — your browsing data stays on your device
    - No credentials stored — workflows use your existing browser sessions
    - Open source — full source code on GitHub (Apache-2.0 license)
    
    LINKS
    
    - Documentation: https://docs.sidebutton.com
    - GitHub: https://github.com/sidebutton/sidebutton
    - Website: https://sidebutton.com
    - Knowledge Packs: https://sidebutton.com/skills

Permissions & access

Permissions
debuggertabsscriptingactiveTabstoragewebRequestwebRequestAuthProvider
Host access
<all_urls>

Screenshots

SideButton screenshot 1

About

SideButton connects AI agents to your browser. It's an open-source MCP server + Chrome extension that gives Claude Code, Cursor, ChatGPT, and any MCP-compatible AI tool real browser control through your existing sessions.

WHAT IT DOES

SideButton gives AI agents eyes and hands in your browser:

- Navigate to any URL and interact with pages
- Click, type, scroll, and fill forms
- Extract text, data, and page structure
- Take screenshots and accessibility snapshots
- Run multi-step workflows with YAML automation
- Inject domain knowledge so agents understand your apps

Everything runs locally — no cloud proxies, no headless browsers, no credentials shared with third parties.

KNOWLEDGE PACKS

SideButton's unique advantage: domain knowledge packs that teach AI agents how specific web apps work — selectors, data models, states, and workflows. Install a pack, and your AI agent instantly understands the app.

- Browse knowledge packs at sidebutton.com/skills
- Create your own with `sidebutton init`
- Share packs via git registries

HOW IT WORKS

1. Install the extension
2. Run the server: npx sidebutton
3. The extension auto-connects to the local server
4. Connect your AI agent via MCP (Claude Code, Cursor, Claude Desktop)
5. Your AI agent can now see and control your browser

WORKFLOW AUTOMATION

Automate multi-step browser tasks with simple YAML definitions:

- Browser automation — navigate, click, type, extract data
- LLM integration — classify content, generate text, make decisions
- Shell commands — run terminal commands as part of workflows
- Conditional logic — if/else branching, retry with backoff
- Nested workflows — compose complex automations from simple blocks
- Embedded buttons — inject action buttons directly into web pages

PRIVACY & SECURITY

- 100% local — the server runs on your machine, not in the cloud
- No data collection — your browsing data stays on your device
- No credentials stored — workflows use your existing browser sessions
- Open source — full source code on GitHub (Apache-2.0 license)

LINKS

- Documentation: https://docs.sidebutton.com
- GitHub: https://github.com/sidebutton/sidebutton
- Website: https://sidebutton.com
- Knowledge Packs: https://sidebutton.com/skills

Technical

Version
1.2.0
Manifest
V3
Size
214KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
odaefhmdmgijnhdbkfagnlnmobphgkij
Developer ID
u6b0ceb624eaff52f901efa0a77aea0db
Developer Email
[email protected]
Created
Feb 4, 2026
Last Updated (Store)
Jun 4, 2026
Last Scraped
Jun 12, 2026
Website
sidebutton.com

Similar extensions

Alternatives to SideButton, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 12, 2026.