Official Hugging Face MCP server: search models, datasets, Spaces and papers on the Hub, read repository files, and call Gradio apps as agent tools.
Browserbase
Summary
Browserbase's official MCP server — cloud browser automation with Stagehand's natural-language actions.
Features
- Cloud browser sessions with proxies and stealth built in
- Natural-language page actions via Stagehand
- Structured data extraction from any page
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Browserbase's official MCP server gives an assistant a cloud browser rather than a local one, which removes the infrastructure problems that make local automation fragile at scale.
What it provides
- Managed sessions. Browsers run in Browserbase's cloud with proxy support, fingerprint management, and captcha handling.
- Stagehand actions. Instead of CSS selectors, the assistant describes what to do — "click the login button", "fill in the search field" — and Stagehand resolves it against the page. Selectors break when a site changes markup; descriptions usually do not.
- Structured extraction. Define the shape of the data you want and get typed results back rather than raw HTML.
- Observation. Ask what actions are available on the current page before choosing one.
- Live session view for watching what the browser is doing, which is invaluable when an agent silently goes wrong.
When to choose it over a local browser
When you need concurrency, when the target site blocks datacentre traffic, or when you want session recordings for debugging. Requires a Browserbase account; runs with npx @browserbasehq/mcp-server-browserbase.
Related MCP Servers
Apify's official MCP server — turn thousands of ready-made scrapers into tools your assistant can call.
Private, self-hosted web search for AI assistants via SearXNG, with pagination, filters, and URL-to-markdown reading.
X's official hosted MCP server: search the full post archive, resolve users, read timelines and trends, manage bookmarks and draft articles from any MCP client.