jae-jae/fetcher-mcp
MCP server for fetching web page content using Playwright headless browser, supporting Javascript rendering and intelligent content extraction, and outputting Markdown or HTML format.
Quick Start
Clone the repository:
git clone https://github.com/jae-jae/fetcher-mcpClaude Desktop configuration example:
{
"mcpServers": {
"fetcher-mcp": {
"command": "npx",
"args": [
"-y",
"jae-jae/fetcher-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.