Loading MCP server directory, please wait...
MCP server that extracts clean, structured content from web pages with anti-bot bypass capabilities.
npx @getmcp/cli add com.pulsemcp.servers/pulse-fetchRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp.servers/pulse-fetch": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-fetch"
],
"env": {
"FIRECRAWL_API_KEY": "",
"BRIGHTDATA_API_KEY": "",
"STRATEGY_CONFIG_PATH": "/tmp/pulse-fetch/strategy.md",
"OPTIMIZE_FOR": "cost",
"MCP_RESOURCE_STORAGE": "memory",
"MCP_RESOURCE_FILESYSTEM_ROOT": "/tmp/pulse-fetch/resources",
"SKIP_HEALTH_CHECKS": "false",
"LLM_PROVIDER": "",
"LLM_API_KEY": "",
"LLM_API_BASE_URL": "",
"LLM_MODEL": ""
}
}
}
}