web-browser-mcp-server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
The server leverages CSS selectors for smart content extraction from web pages, allowing targeted retrieval of specific elements from websites.
โจ Features
๐ Enable AI assistants to browse and extract content from the web through a simple MCP interface.
The Web Browser MCP Server provides AI models with the ability to browse websites, extract content, and understand web pages through the Message Control Protocol (MCP). It enables smart content extraction with CSS selectors and robust error handling.
๐ค Contribute โข ๐ Report Bug
โจ Core 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
Installing via Smithery
To install Web Browser Server for Claude Desktop automatically via Smithery:
Installing Manually
Install using uv:
For development:
๐ MCP Integration
Add this configuration to your MCP client config file:
For Development:
๐ก Available Tools
The server provides a powerful web browsing tool:
browse_webpage
Browse and extract content from web pages with optional CSS selectors:
โ๏ธ Configuration
Configure through environment variables:
Variable | Purpose | Default |
---|---|---|
REQUEST_TIMEOUT | Webpage request timeout in seconds | 30 |
๐งช Testing
Run the test suite:
๐ License
Released under the MIT License. See the LICENSE file for details.
Made with โค๏ธ by the Pear Labs Team
You must be authenticated.
Enables web browsing capabilities using BeautifulSoup4