Back to MCP Servers
Fetcher
MCP server for fetching web page content using Playwright headless browser, supporting Javascript rendering and intelligent content extraction, and outputting Markdown or HTML format.
search-data-extractionjavascriptbrowser
By jae-jae
Installation
npx -y fetcher-mcpConfiguration
{
"mcpServers": {
"fetcher-mcp": {
"command": "npx",
"args": ["-y", "fetcher-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes