Skip to content
Cursor

octapi for Cursor

app.octapi/mcp

A business's WhatsApp front desk as tools: inbox, customers, catalogue, bookings, fees.

client:Cursor transport:stdio runtime:npm

Install octapi in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "octapi-mcp"
      ],
      "env": {
        "OCTAPI_API_KEY": "<OCTAPI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

octapi in other clients