๐ Web Browser MCP Server
@MCP-Mirror
About ๐ Web Browser MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"blazickjp_web-browser-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"web-browser-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ๐ Web Browser MCP Server?
This MCP server gives AI applications the ability to browse the web, read pages, and extract structured content using CSS selectors. It is built for developers who want their AI tools to understand live web pages.
How to use ๐ Web Browser MCP Server?
Install with pip install web-browser-mcp-server or uv pip install web-browser-mcp-server. Then integrate with Claude Desktop by adding the provided JSON configuration to your MCP settings. To browse a page, call the browse_webpage tool with a URL and optional CSS selectors.
Key features of ๐ Web Browser MCP Server
- Smart content extraction with CSS selectors
- Async processing for fast page loading
- Rich metadata including titles, links, and structure
- Built-in error handling and timeout management
- Crossโplatform (runs anywhere Python does)
Use cases of ๐ Web Browser MCP Server
- Fetching a full webpage for analysis
- Extracting specific elements like headlines or navigation links
- Gathering structured data from news or documentation sites
- Letting an AI assistant read and reference live web content
FAQ from ๐ Web Browser MCP Server
What does this MCP server do?
It enables AI agents to browse web pages, extract content, and retrieve structured data using CSS selectors, making web information accessible to the AI.
How do I install it?
Use pip install web-browser-mcp-server or the recommended uv pip install web-browser-mcp-server.
What environment variables can I configure?
You can set REQUEST_TIMEOUT (default 30s), USER_AGENT (default modern Chrome UA), LOG_LEVEL (default "info"), and MAX_RETRIES (default 3).
What are the prerequisites?
Python 3.8 or higher. No other runtime or platform restrictions.
How do I use it with Claude Desktop?
Add the provided JSON configuration block to your Claude Desktop config file, pointing the args to the installed package directory. Then the tool becomes available in your Claude conversations.
Frequently asked questions
What does this MCP server do?
It enables AI agents to browse web pages, extract content, and retrieve structured data using CSS selectors, making web information accessible to the AI.
How do I install it?
Use `pip install web-browser-mcp-server` or the recommended `uv pip install web-browser-mcp-server`.
What environment variables can I configure?
You can set `REQUEST_TIMEOUT` (default 30s), `USER_AGENT` (default modern Chrome UA), `LOG_LEVEL` (default "info"), and `MAX_RETRIES` (default 3).
What are the prerequisites?
Python 3.8 or higher. No other runtime or platform restrictions.
How do I use it with Claude Desktop?
Add the provided JSON configuration block to your Claude Desktop config file, pointing the `args` to the installed package directory. Then the tool becomes available in your Claude conversations.
Basic information
More Browser Automation MCP servers
browser-mcp
djydeA browser extension and MCP server that allows you to interact with the browser you are using.
Scrapling Fetch MCP
cyberchittaHelps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation measures using Scrapling.
Apify Model Context Protocol (MCP) Server
apifyThe Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
Playwright MCP Server ๐ญ
executeautomationPlaywright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More ๐
Umut Naci
firecrawlThe API to search, scrape, and interact with the web at scale. ๐ฅ
Comments