MCP server for fetching web resources with content extraction and anti-bot bypass.
claude mcp add pulse-fetch -- npx -y @pulsemcp/pulse-fetch
claude_desktop_config.json
{
"mcpServers": {
"pulse-fetch": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-fetch"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"pulse-fetch": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-fetch"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pulse-fetch": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-fetch"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"pulse-fetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-fetch"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pulse-fetch": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-fetch"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.pulsemcp--pulse-fetch/reviews or the review_server meta-tool.
POST /mcp