browser-use MCP Server
Overview
The browser-use MCP Server is a TypeScript-based Model Context Protocol server that implements a simple notes system, demonstrating core MCP concepts through resources representing text notes, tools for creating new notes, and prompts for generating summaries of notes.
To use the MCP Server, install the dependencies, build the server, and configure it with Claude Desktop by adding the server config to the appropriate configuration file based on your operating system.
- Resources for listing and accessing notes via
note://URIs, each with a title, content, and metadata. - Tools for creating new text notes with required parameters for title and content. - Prompts for generating summaries of all stored notes, returning structured prompts for LLM summarization.
- Creating and managing text notes for various applications.
- Summarizing notes for quick reference and review.
- Integrating with other applications that support the Model Context Protocol.
Add to your AI client
Use these steps to connect browser-use MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"browser-use-mcp-server-win4r": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-use-mcp-server-win4r"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"browser-use-mcp-server-win4r": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-use-mcp-server-win4r"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"browser-use-mcp-server-win4r": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-use-mcp-server-win4r"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"browser-use-mcp-server-win4r": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-use-mcp-server-win4r"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"browser-use-mcp-server-win4r": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-use-mcp-server-win4r"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"browser-use-mcp-server-win4r": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browser-use-mcp-server-win4r"
]
}
}
}FAQ
What programming language is the MCP Server built with?
The MCP Server is built using TypeScript.
How do I install the MCP Server?
You can install it by running `npm install` after cloning the repository.
Can I use the MCP Server with other applications?
Yes, it can be integrated with applications that support the Model Context Protocol.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3022,"uuid":"7daced11-633c-426b-90fc-54c95b4b3c44","name":"browser-use-MCP-Server","title":"browser-use MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/42172631?v=4","created_at":"2025-03-17T02:30:11.455Z","updated_at":"2025-03-17T03:22:46.080Z","status":"created","author_name":"win4r","author_avatar_url":"https://avatars.githubusercontent.com/u/42172631?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/win4r/browser-use-MCP-Server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-16 17:39:36\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]