pulse fetch for Cursor
com.pulsemcp/pulse-fetch
MCP server for fetching web resources with content extraction and anti-bot bypass.
client:Cursor
transport:stdio
runtime:npm
Install pulse fetch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pulse-fetch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-fetch"
],
"env": {
"FIRECRAWL_API_KEY": "<FIRECRAWL_API_KEY>",
"BRIGHTDATA_API_KEY": "<BRIGHTDATA_API_KEY>",
"STRATEGY_CONFIG_PATH": "<STRATEGY_CONFIG_PATH>",
"OPTIMIZE_FOR": "<OPTIMIZE_FOR>",
"MCP_RESOURCE_STORAGE": "<MCP_RESOURCE_STORAGE>",
"MCP_RESOURCE_FILESYSTEM_ROOT": "<MCP_RESOURCE_FILESYSTEM_ROOT>",
"SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>",
"LLM_PROVIDER": "<LLM_PROVIDER>",
"LLM_API_KEY": "<LLM_API_KEY>",
"LLM_API_BASE_URL": "<LLM_API_BASE_URL>",
"LLM_MODEL": "<LLM_MODEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs