Skip to content
VS Code

WaAPI for VS Code

app.waapi/waapi

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

client:VS Code transport:streamable-http

Install WaAPI in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

WaAPI in other clients