MCP server for fetch web page content using Playwright headless browser.
Run directly with npx:
npx -y github:jae-jae/fetch-mcp
Run with the --debug
option to show the browser window for debugging:
npx -y github:jae-jae/fetch-mcp --debug
Configure this MCP server in Claude Desktop:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["-y", "github:jae-jae/fetch-mcp"]
}
}
}
Install the browsers needed for Playwright:
Use MCP Inspector for debugging:
You can also enable visible browser mode for debugging:
node build/index.js --debug