Fetcher MCP
Fetch JavaScript-rendered web pages with a headless browser and return their main content as HTML or Markdown.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Reading modern, script-heavy pages that plain HTTP fetch tools return empty.
About Fetcher MCP
Fetcher MCP fetches web pages with a headless Playwright browser, so dynamic, JavaScript-rendered sites work, and extracts the main content with the Readability algorithm, dropping navigation and ads. It returns HTML or Markdown, fetches several URLs in parallel and blocks unneeded resources to save time. HTTP and SSE transports and Docker deployment are supported.
Fetcher MCP is an open-source project written primarily in TypeScript, with 1.1k stars on GitHub. It was last updated in January 2026.
Add Fetcher MCP to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add fetcher-mcp -- npx -y fetcher-mcpCursor
{
"mcpServers": {
"fetcher-mcp": {
"command": "npx",
"args": ["-y", "fetcher-mcp"]
}
}
}VS Code
{
"servers": {
"fetcher-mcp": {
"type": "stdio",
"command": "npx",
"args": ["-y", "fetcher-mcp"]
}
}
}Claude Desktop
{
"mcpServers": {
"fetcher-mcp": {
"command": "npx",
"args": ["-y", "fetcher-mcp"]
}
}
}Codex
[mcp_servers.fetcher-mcp]
command = "npx"
args = ["-y", "fetcher-mcp"]Fetcher MCP vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Fetcher MCPthis listing | 1.1k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
