Skip to content
Cursor

Roxels for Cursor

ai.roxels/roxels-mcp

Let AI agents create configurable voice agents via meeting rooms and return structured data.

client:Cursor transport:stdio runtime:pypi

Install Roxels 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": {
    "roxels-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "roxels-mcp"
      ],
      "env": {
        "ROXELS_API_KEY": "<ROXELS_API_KEY>",
        "ROXELS_API_URL": "<ROXELS_API_URL>"
      }
    }
  }
}

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

Roxels in other clients