web-browser-mcp-server
- Browser Automation
Enables web browsing capabilities using BeautifulSoup4
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging verbosity | info |
USER_AGENT | No | Custom user agent string | Modern Chrome UA |
MAX_RETRIES | No | Max retry attempts | 3 |
REQUEST_TIMEOUT | No | Max request time in seconds | 30 |
🌐 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:
🔌 Claude Desktop Integration
Add this to your Claude Desktop config to unlock web browsing superpowers:
<details> <summary>📝 Click to view configuration</summary>💡 Replace
/path/to/web-browser-mcp-server
with your installation path
🎮 Usage Examples
Extract exactly what you need from any webpage:
⚙️ Configuration
Customize behavior with environment variables:
Variable | Description | Default |
---|---|---|
REQUEST_TIMEOUT | ⏱️ Max request time (seconds) | 30 |
USER_AGENT | 🕵️ Custom user agent string | Modern Chrome UA |
LOG_LEVEL | 📝 Logging verbosity | "info" |
MAX_RETRIES | 🔄 Max retry attempts | 3 |
🛠️ Development
Set up your dev environment in seconds:
🤝 Contributing
Contributions are welcome! Feel free to:
- 🐛 Report bugs
- 💡 Suggest features
- 🔧 Submit pull requests
📜 License
MIT License - do what you want! See LICENSE for details.
<div align="center">
🌟 Level Up Your AI with Web Browsing Powers! 🌟
Built for the Model Context Protocol | Made with ❤️ by the MCP Community
<details> <summary>🎉 Star us on GitHub!</summary> <br> If you find this tool useful, consider giving it a star! It helps others discover the project. </details> </div>GitHub Badge
Glama performs regular codebase and documentation scans to:
- Confirm that the MCP server is working as expected.
- Confirm that there are no obvious security issues with dependencies of the server.
- Extract server characteristics such as tools, resources, prompts, and required parameters.
Our directory badge helps users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server.
Copy the following code to your README.md file: