Skip to content
Claude Desktop

WaAPI for Claude Desktop

app.waapi/waapi

Messaging tools for AI agents: send messages, manage chats, groups and channels.

client:Claude Desktop transport:streamable-http

Install WaAPI in Claude Desktop

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

{
  "mcpServers": {
    "waapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://waapi.app/mcp/waapi"
      ]
    }
  }
}

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

WaAPI in other clients