Web Browser Mcp Server
@blazickjp
关于 Web Browser Mcp Server
A Minimum Control Program (MCP) server implementation for web browsing capabilities using BeautifulSoup4
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"web-browser-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"web-browser-mcp-server",
"--client",
"claude"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Web Browser Mcp Server?
Web Browser Mcp Server enables AI assistants to browse websites, extract content, and understand web pages through the Model Context Protocol (MCP). It provides smart content extraction using CSS selectors and robust error handling, built with Python 3.11+ and async processing.
How to use Web Browser Mcp Server?
Install via Smithery using npx -y @smithery/cli install web-browser-mcp-server --client claude or manually with uv tool install web-browser-mcp-server. Add the server configuration to your MCP client config file, set the REQUEST_TIMEOUT environment variable (default 30 seconds), and use the browse_webpage tool with a URL and optional CSS selectors.
Features of Web Browser Mcp Server
- Smart content extraction using CSS selectors
- Lightning-fast async processing
- Rich metadata: titles, links, and structured content
- Robust error handling and timeout management
- Cross-platform support wherever Python runs
Use cases of Web Browser Mcp Server
- Browsing and extracting full content from any web page
- Targeting specific page sections with CSS selectors (headlines, articles, navigation)
- Providing AI assistants with structured web content for analysis
- Fetching web data for automated research or summarization workflows
FAQ from Web Browser Mcp Server
What does the browse_webpage tool do?
It fetches a web page and extracts its content, optionally filtering to specific elements defined by CSS selectors you provide.
What dependencies or runtime are required?
Python 3.11 or later and the uv package manager are required for installation and execution.
How is the server configured?
Set the REQUEST_TIMEOUT environment variable (default 30 seconds) to control how long the server waits for a webpage response.
What transport or authentication does the server use?
The server communicates via the MCP protocol using stdio transport, configured in the MCP client’s JSON configuration. No authentication mechanism is mentioned.
What license is Web Browser Mcp Server released under?
It is released under the MIT License.
浏览器自动化 分类下的更多 MCP 服务器
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.
Firecrawl Mcp Server
mendableai🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Browserbase MCP Server
browserbaseAllow LLMs to control a browser with Browserbase and Stagehand
Umut Naci
firecrawlThe API to search, scrape, and interact with the web at scale. 🔥
Webpage Screenshot MCP Server
ananddtyagiAn MCP that gives your agent the ability to snap a screenshot of webpages. Useful when you want your agent to check its progress during development.
评论