Skip to content
Claude Desktop

Roxels for Claude Desktop

ai.roxels/roxels-mcp

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

client:Claude Desktop transport:stdio runtime:pypi

Install Roxels in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "roxels-mcp": {
      "command": "uvx",
      "args": [
        "roxels-mcp"
      ],
      "env": {
        "ROXELS_API_KEY": "<ROXELS_API_KEY>",
        "ROXELS_API_URL": "<ROXELS_API_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Roxels in other clients