🌐 Web Browser MCP Server
About
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.
Details
- Author
- MCP-Mirror
- Downloads
- 280
- Categories
- Automation
Jump to
- 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)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
🌐 Web Browser MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\ud83c\udf10 web browser mcp server": {
"blazickjp_web-browser-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"web-browser-mcp-server"
]
}
}
}
}
McpServers
{
"blazickjp_web-browser-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"web-browser-mcp-server"
]
}
}
🌐 Web Browser MCP Server
> 🤖 Transform your AI applications with powerful web browsing capabilities! Let your AI read and understand the web.
✨ Features
- 🎯 Smart Content Extraction - Target exactly what you need with CSS selectors
- ⚡ Lightning Fast - Built with async processing for optimal performance
- 📊 Rich Metadata - Capture titles, links, and structured content
- 🛡️ Robust & Reliable - Built-in error handling and timeout management
- 🌍 Cross-Platform - Works everywhere Python runs
🚀 Quick Start
Installation
Choose your favorite package manager:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


