MCP server exposing a fetch tool with real browser TLS/HTTP2 fingerprints (JA3/JA4, ClientHello, ALPN) — lets AI agents fetch pages that block plain Node/undici clients.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-fetch-server": {
"command": "npx",
"args": [
"-y",
"x51xxx/mcp-fetch-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-fetch-server npx -y x51xxx/mcp-fetch-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-fetch-server": {
"command": "npx",
"args": [
"-y",
"x51xxx/mcp-fetch-server"
]
}
}
}
📋 Copy