BrowserCat MCP Server
Overview
BrowserCat MCP Server is a Model Context Protocol server that provides browser automation capabilities using BrowserCat's cloud browser service, allowing LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment without needing to install browsers locally.
To use the BrowserCat MCP Server, set up the environment variable BROWSERCAT_API_KEY with your API key, and run the server using the provided NPX configuration. You can then utilize various tools to navigate, take screenshots, click elements, and execute JavaScript.
- Cloud-based browser automation - No local browser installation required - Console log monitoring - Screenshot capabilities - JavaScript execution - Basic web interaction (navigation, clicking, form filling)
- Automating web testing and interactions for applications.
- Capturing screenshots for documentation or reporting.
- Executing JavaScript for dynamic content manipulation.
Add to your AI client
Use these steps to connect BrowserCat 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": {
"browsercat-mcp-server-browsercat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browsercat-mcp-server-browsercat"
]
}
}
}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": {
"browsercat-mcp-server-browsercat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browsercat-mcp-server-browsercat"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"browsercat-mcp-server-browsercat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browsercat-mcp-server-browsercat"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"browsercat-mcp-server-browsercat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browsercat-mcp-server-browsercat"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"browsercat-mcp-server-browsercat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browsercat-mcp-server-browsercat"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"browsercat-mcp-server-browsercat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-browsercat-mcp-server-browsercat"
]
}
}
}FAQ
Do I need to install a browser to use BrowserCat MCP Server?
No, BrowserCat MCP Server operates in the cloud, eliminating the need for local browser installations.
How do I obtain a BrowserCat API key?
You can get a free API key at https://browsercat.xyz/mcp.
Is there a license for using BrowserCat MCP Server?
Yes, it is licensed under the MIT License, allowing free use, modification, and distribution.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3703,"uuid":"9eca2cfa-e496-4da1-ab95-933635afe59c","name":"browsercat-mcp-server","title":"BrowserCat MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/128030828?v=4","created_at":"2025-03-21T04:43:01.240Z","updated_at":"2025-03-21T04:51:53.088Z","status":"created","author_name":"browsercat","author_avatar_url":"https://avatars.githubusercontent.com/u/128030828?v=4","tags":"browsercat,cloud-automation,web-interaction","category":"browser-automation","is_featured":false,"sort":1,"url":"https://github.com/browsercat/browsercat-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":null,\"is_official\":false,\"latest_commit_time\":\"2025-03-20 19:58:59\"}","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"}]]}]