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 Mendable
Web scraping, crawling, and search powered by Firecrawl. Extract clean content from any website with JavaScript rendering.
Install
npx -y firecrawl-mcpRun this command to install and start the server:
npx -y firecrawl-mcpAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"firecrawl-mcp": {
"command": "npx",
"args": [
"-y",
"firecrawl-mcp"
]
}
}
}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.