# kean/Pulse | Model Context Protocol (MCP) Server > Network logger for Apple platforms - **Stars**: ⭐ 7,022 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Pulse": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Pulse" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Pulse": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Pulse" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Pulse` - **Docker**: `docker run -i --rm mcp/Pulse`