Remote browser automation 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.
A server for web crawling and content extraction using the Crawl4AI library.
Provides web context to LLMs using Cloudflare's Browser Rendering API.
An MCP server using Playwright for browser automation and webscrapping
Fetch Bilibili video comments in bulk, including nested replies. Requires a Bilibili cookie for authentication.
AI-powered tools for web scraping, crawling, and browser automation.
Extract web data with Firecrawl
A MCP server to retrieve up-to-date jobs from company career sites.
A Java-based MCP server for interacting with the Crawl4ai web scraping API.
Download video and audio from various platforms like YouTube, Facebook, and TikTok using yt-dlp.
AI tools for web scraping, crawling, browser control, and web search via the Oxylabs AI Studio API.