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
{
"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