Back to MCP Servers

Cv

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).

communicationaiagent

Installation

npx -y cv-mcp-server

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub