mcp-server-browserbase
Allow LLMs to control a browser with Browserbase and Stagehand
GitHub Stars
2,557
User Rating
Not Rated
Favorites
0
Views
83
Forks
280
Issues
13
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Claude Desktop: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/browserbase/mcp-server-browserbase.git
cd mcp-server-browserbase
2. Install Dependencies
bash
npm install
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"browserbase-mcp": {
"command": "node",
"args": ["server.js"]
}
}
}
4. Start Server
bash
npm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
Author Information
606
Followers
48
Repositories
0
Gists
0
Total Contributions
Related MCPs
currents-mcp
11
The Currents MCP Server is an MCP server that allows you to provide context for test results to AI agents, enabling them to fix or optimize failing tests in CI. It features capabilities to retrieve run information and error details via API, making it a highly useful tool for developers.