A Model Context Protocol server that provides browser automation capabilities using BrowserCat's cloud browser service. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment without needing to install browsers locally.
url
(string)name
(string, required): Name for the screenshotselector
(string, optional): CSS selector for element to screenshotwidth
(number, optional, default: 800): Screenshot widthheight
(number, optional, default: 600): Screenshot heightselector
(string): CSS selector for element to clickselector
(string): CSS selector for element to hoverselector
(string): CSS selector for input fieldvalue
(string): Value to fillselector
(string): CSS selector for select elementvalue
(string): Value to selectscript
(string): JavaScript code to executeThe server provides access to two types of resources:
console://logs
)
screenshot://<name>
)
The BrowserCat MCP server requires the following environment variable:
BROWSERCAT_API_KEY
: Your BrowserCat API key (required). You can get one for free at https://browsercat.xyz/mcp.{
"mcpServers": {
"browsercat": {
"command": "npx",
"args": ["-y", "@browsercatco/mcp-server"],
"env": {
"BROWSERCAT_API_KEY": "your-api-key-here"
}
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Seamless access to top MCP servers powering the future of AI integration.