Skip to content
Grok

WaAPI for Grok

app.waapi/waapi

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

client:Grok transport:streamable-http

Install WaAPI in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "waapi": {
      "type": "http",
      "url": "https://waapi.app/mcp/waapi"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

WaAPI in other clients