Skip to content
Claude Desktop

Agent Push Kit for Claude Desktop

io.github.justinbstrong/agent-push-kit

Send, search, and manage notifications, accounts, and push preferences

client:Claude Desktop transport:streamable-http runtime:npm

Install Agent Push Kit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-push-kit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.chatdna.co/agent-push-kit/v1/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Agent Push Kit in other clients