Fetcher
Freeby MCP Community
MCP server for fetching web content using Playwright browser
v0.3.9Added Apr 12, 2026
mcpplaywrightweb-scrapingreadabilitycontent-extraction
Fetcher MCP Server
MCP server for fetching web content using Playwright browser
Installation
Reviews
Installation
Quick install
npx -y fetcher-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"fetcher": {
"command": "npx",
"args": ["-y", "fetcher-mcp"]
}
}
}