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 Anthropic
Web content fetching and conversion for efficient LLM usage. Fetches URLs and converts HTML to clean markdown for AI consumption.
Install
npx -y @modelcontextprotocol/server-fetchRun this command to install and start the server:
npx -y @modelcontextprotocol/server-fetchAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"mcp-server-fetch": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
]
}
}
}Other browser servers you might want to compare.
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.
by WebDriverIO
WebDriverIO-powered browser and mobile automation. Control web browsers, iOS/Android apps, and handle touch gestures through AI.