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
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
- Open the Command Palette with
Cmd+Shift+P(macOS) orCtrl+Shift+P(Windows/Linux). - Select MCP: Add Server.
- Choose HTTP as the server type.
- Enter
https://api.voxli.io/mcpas the URL. - Name the server
voxli.
VS Code will open a browser window for you to log in to Voxli on first use.