Voxli Voxli

MCP Server

Voxli exposes an MCP (Model Context Protocol) server that lets AI coding assistants like Claude interact directly with your Voxli workspace.

Why Use It?

The MCP server gives your AI coding assistant direct access to your Voxli workspace. It can browse your scenarios and agents, trigger test runs, and read detailed results - all without leaving your editor.

This creates a feedback loop: Claude can run your tests, read the results, identify what failed and why, and suggest improvements to your agent - all within the same conversation.

Add to Claude Code

Run the following command in your terminal:

claude mcp add voxli --transport http https://api.voxli.io/mcp

Then run /mcp once you’ve opened a Claude Code session to go through the authentication flow.

Add to Cursor

Add Voxli MCP server to Cursor

Cursor will open a browser window for you to log in to Voxli on first use.

Add to Codex

Run the following command in your terminal:

codex mcp add voxli --url https://api.voxli.io/mcp

This will automatically prompt you to log in with your Voxli account and connect it to Codex.

Add to VS Code

  1. Open the Command Palette with Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux).
  2. Select MCP: Add Server.
  3. Choose HTTP as the server type.
  4. Enter https://api.voxli.io/mcp as the URL.
  5. Name the server voxli.

VS Code will open a browser window for you to log in to Voxli on first use.

Test your Agent

Agent Skills