Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by co-browser
AI-driven browser automation using the browser-use library. Handles multi-step web tasks like form filling, navigation, and data extraction.
Install
pip install browser-use-mcp-serverRun this command to install and start the server:
pip install browser-use-mcp-serverAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"browser-use-mcp": {
"command": "pip",
"args": [
"install",
"browser-use-mcp-server"
]
}
}
}Other browser servers you might want to compare.
by Anthropic
Web content fetching and conversion for efficient LLM usage. Fetches URLs and converts HTML to clean markdown for AI consumption.
by Anthropic
Control a headless browser to navigate pages, take screenshots, fill forms, and extract content from any website.
by Microsoft
Official Playwright MCP server for browser automation. Navigate, click, fill forms, take screenshots, and run end-to-end tests.
by browsermcp
Local browser control that lets AI see and interact with your active Chrome tab. Click, type, scroll, and read page content in real time.