mcp-server-browser
MCP server for browser use access
Web & Searchtypescript
How to use
mcp-server-browser is an MCP server that lets your AI assistant fetch web pages and run searches, then feed the results back to the model.
- Best for grounding an assistant in live, up-to-date information from the web.
- Works in any MCP-compatible client — Claude Desktop, Claude Code, Cursor, and others.
- Add it once to your client config; its tools then appear to the assistant automatically.
Install
Distributed as a npm package. Prerequisite: Node.js 18+ (ships with npx).
- 1Install the prerequisite above if you don't have it.
- 2Open your Claude Desktop config (create it if missing):
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- 3Add this under
mcpServers(merge if the key already exists):{ "mcpServers": { "mcp-server-browser": { "command": "npx", "args": ["-y", "@agent-infra/mcp-server-browser"] } } } - 4Save the file and fully quit, then reopen Claude Desktop.
- 5Click the tools (🔌) icon — mcp-server-browser's tools should now be listed.
Capabilities
No capabilities documented for this server yet.
Reviews (0)
No reviews yet. Be the first to review this server.