browse-mcp-server
v1.0.8
Published
The official BrowseMCP server to control your browser with AI.
Maintainers
Readme
BrowseMCP Server
The official Model Context Protocol (MCP) server for BrowseMCP. This server acts as an orchestration layer, connecting AI agents to your browser via a dedicated Chrome Extension.
🚀 Quick Start
1. Install the Chrome Extension
The extension is the "legs" of the system. Install it from the Chrome Web Store.
2. Run the Server
You can run the server directly using npx:
npx -y browse-mcp-server🛠 Integration
Visual Studio Code
The easiest way to install in VS Code is via our One-Click Installer in the documentation.
Alternatively, add this to your mcpConfig.json:
{
"mcpServers": {
"browse-mcp": {
"command": "npx",
"args": ["-y", "browse-mcp-server", "--extra-tools=1,2"]
}
}
}Cursor / Claude Desktop
Add the following to your MCP settings:
{
"mcpServers": {
"browse-mcp": {
"command": "npx",
"args": ["-y", "browse-mcp-server"]
}
}
}🌟 Features
- Store-Ready: Fully compatible with the BrowseMCP Marketplace.
- Control: Navigate, click, type, and capture screenshots via AI.
- Secure: Runs entirely on your local machine.
- Dynamic Tools: Expand capabilities using
--extra-toolswith Marketplace IDs.
📚 Documentation
For detailed guides, tool development, and troubleshooting, visit docs.browsemcp.online.
License
MIT
