๐ 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
App Store Scraper MCP Server
appreply-coThis is an MCP server that provides tools to LLMs for searching and analyzing apps from both Google Play Store and Apple App Store โ perfect for ASO.
Fetch MCP
jae-jaeMCP server for fetch web page content using Playwright headless browser.
Puppeteer MCP Server
merajmehrabiThis MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
Playwright Mcp
microsoftPlaywright MCP server

Puppeteer
modelcontextprotocolModel Context Protocol Servers
Comments