Connects AI assistants to Carbon Voice for managing messages, conversations, users, folders, workspaces, and AI actions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Cv MCP Server.
PhononX/cv-mcp-server MCP server exposes Carbon Voice operations to MCP-compatible AI assistants. It covers voice messages, conversation messages, direct messages, voice memos, users, conversations, folders, workspace information, link attachments, and Carbon Voice AI actions.
The available operations include reading recent or filtered messages, retrieving a message by ID, sending messages to conversations or users, creating voice memos, and attaching links to existing messages. Agents can also search for users by phone number or email, inspect conversation participants, and access workspace folder information. Folder management includes creation, renaming, deletion, moving folders, and moving messages into folders.
The project offers two transport modes. The remote mode uses the hosted endpoint at https://mcp.carbonvoice.app; it runs in the cloud and starts an OAuth 2.1 authorization flow when a client connects. The local mode runs through stdio using the npm package @carbonvoice/cv-mcp-server and authenticates with a Carbon Voice API key.
The server communicates with Carbon Voice's API on behalf of the connected assistant. Remote connections are served over HTTPS and use session security, input validation, and rate limiting according to the supplied project documentation. Message listing is limited to a maximum 31-day date range, while conversation listing covers the previous six months.
For the remote version, configure the MCP client with https://mcp.carbonvoice.app. No local runtime or API key is listed as necessary for this mode; the user completes OAuth2 sign-in and grants permissions through the client.
For a local installation, use Node.js with npx and request a Carbon Voice API key from the Carbon Voice development team. Configure the server with CARBON_VOICE_API_KEY, then run npx -y @carbonvoice/cv-mcp-server. LOG_LEVEL can be set to info, debug, warn, or error; the default is info. LOG_DIR changes the directory used for combined.log and error.log, which otherwise defaults to /tmp/cv-mcp-server/logs.
Cursor and Claude Desktop both have documented configurations for the hosted and stdio transports. The remote transport is identified in the README as the recommended option for those clients.
PhononX/cv-mcp-server MCP server groups its tools into the following areas:
Folder deletion is a destructive operation, so agents should use that tool only when the requested change is intentional. The supplied tool list does not document permissions or result schemas beyond the operation descriptions.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/phononx-cv-mcp-server)<a href="https://allmcps.com/mcp/phononx-cv-mcp-server"><img src="https://allmcps.com/api/badge/phononx-cv-mcp-server?style=directory" alt="Cv MCP Server on AllMCPs" /></a>