MCP.so
Sign In
Servers

Web Browser Mcp Server

@blazickjp

A Minimum Control Program (MCP) server implementation for web browsing capabilities using BeautifulSoup4

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "web-browser-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "web-browser-mcp-server",
        "--client",
        "claude"
      ]
    }
  }
}

More from Browser Automation