Pulse
Freeby MCP Community
A Model Context Protocol server
v0.1.2Added Apr 12, 2026
Pulse MCP Server
A Model Context Protocol server
Installation
npx -y pulsemcp-server
Reviews
Installation
Quick install
npx -y pulsemcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"pulse": {
"command": "npx",
"args": ["-y", "pulsemcp-server"]
}
}
}