Automate remote browsers using the BrowserCat API.
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.
Fetch YouTube subtitles
AI-powered tools for web scraping, crawling, and browser automation.
Integrate real-time Scrapeless Google SERP(Google Search, Google Flight, Google Map, Google Jobs....) results into your LLM applications. This server enables dynamic context retrieval for AI workflows, chatbots, and research tools.
Discover, extract, and interact with the web - one interface powering automated access across the public internet.
Remote browser automation using the BrowserCat API.
A Java-based MCP server for interacting with the Crawl4ai web scraping API.
Scrape Weibo user information, feeds, and perform searches.
Playwright MCP server
Control a browser for web automation tasks using Playwright on Cloudflare Workers.
A browser screenshot tool to capture scrolling screenshots of webpages using Playwright, with support for intelligent section identification and multiple output formats.