Pulse Fetch
Freeby MCP Community
Local implementation of pulse-fetch MCP server
v0.3.1Added Apr 12, 2026
Pulse Fetch MCP Server
Local implementation of pulse-fetch MCP server
Installation
npx -y @pulsemcp/pulse-fetch
Reviews
Installation
Quick install
npx -y @pulsemcp/pulse-fetch
Add to claude_desktop_config.json
{
"mcpServers": {
"pulse-fetch": {
"command": "npx",
"args": ["-y", "@pulsemcp/pulse-fetch"]
}
}
}