MCP Directory

PhononX/cv-mcp-server

GitHub
Communication

MCP Server that connects AI Agents to [Carbon Voice](https://getcarbon.app). Create, manage, and interact with voice messages, conversations, direct messages, folders, voice memos, AI actions and more in [Carbon Voice](https://getcarbon.app).

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y cv-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from PhononX/cv-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "cv-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cv-mcp-server"
      ]
    }
  }
}

Route PhononX/cv-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add cv-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use PhononX/cv-mcp-server directly without routing

npx -y cv-mcp-server

New to Agent-CoreX? View setup guide →

PhononX/cv-mcp-server MCP Server — Agent-CoreX