Developers

Pingwire MCP server

Pingwire ships a dependency-free Model Context Protocol server so AI agents (Claude Desktop, Claude Code, and any MCP client) can create QR channels and send notifications on your behalf. It calls the Pingwire REST API with a Bearer key.

Tools

Configure your MCP client

{
  "mcpServers": {
    "pingwire": {
      "command": "php",
      "args": ["/home/pingwire.dev/public_html/mcp/pingwire-mcp.php"],
      "env": {
        "PINGWIRE_API_KEY": "pw_live_xxx",
        "PINGWIRE_URL": "https://pingwire.dev"
      }
    }
  }
}

Create an API key in Account → API keys. The server also reads ~/.pingwirerc as a fallback, like the CLI.

← Back to the API docs · QR Channels overview →