Skip to main content
MCP Server

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

Share
0 stars Python Unknown Updated: 2026-04-08

Send to Your Agent

Copy this prompt and paste it into Claude, Cursor, or any MCP client to install instantly.

Install the Roxels MCP server for me.

Server: Roxels
Description: Let AI agents create configurable voice agents via meeting rooms and return structured data.
Install command: python -m roxels-mcp

Environment variables needed:
- ROXELS_API_KEY: Your Roxels API key (sk-...). Get one at https://app.roxels.ai, Settings, API Keys. (required)
- ROXELS_API_URL: API base URL. Override for self-hosted or development.

GitHub: https://github.com/trebu-org/interviewer

Please install this MCP server and confirm when ready.

Paste into any AI agent with MCP support — works with Claude Desktop, Cursor, Cline, and more.

Quick Install

Config file: ~/Library/Application Support/Claude/claude_desktop_config.json

  1. Open Claude Desktop app
  2. Go to Settings → Developer → Edit Config
  3. Paste the config below into the file
  4. Restart Claude Desktop
{
  "mcpServers": {
    "ai-roxels-roxels-mcp": {
      "command": "python",
      "args": [
        "-m",
        "roxels-mcp"
      ],
      "env": {
        "ROXELS_API_KEY": "your-value-here"
      }
    }
  }
}

Add this to your ~/Library/Application Support/Claude/claude_desktop_config.json

Installation Methods

pip Run after pip install
python -m roxels-mcp

Tools (1)

execute

Execute Roxels operations

Environment Variables

ROXELS_API_KEY Required

Your Roxels API key (sk-...). Get one at https://app.roxels.ai, Settings, API Keys.

Example: your-value-here
ROXELS_API_URL Optional

API base URL. Override for self-hosted or development.

Example: value

Compatibility

Claude Desktop
Cursor
Cline
VS Code
Devin (formerly Windsurf)

About

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

Overview

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

Repository

Find the source code at https://github.com/trebu-org/interviewer.

Tools

  • execute: Execute Roxels operations

Environment Variables

  • ROXELS_API_KEY: Your Roxels API key (sk-...). Get one at https://app.roxels.ai, Settings, API Keys. (Required)
  • ROXELS_API_URL: API base URL. Override for self-hosted or development.

Installation

PIP

python -m roxels-mcp

Related Resources

Compare LLM Pricing

This server works with Claude, GPT-4o, and other models. Compare API costs side-by-side to find the cheapest option for your workflow.