{
"mcpServers": {
"Carbon Voice": {
"url": "<https://mcp.carbonvoice.app>"
}
}
}
The first time you use it, Cursor will guide you through the OAuth2 authentication process.
For Stdio Transport (Local Installation)
Required:
Carbon Voice API Key - Contact the Carbon Voice development team to request your API key:
npx Installation - You must have npx
installed on your system. npx comes bundled with Node.js (version 14.8.0 or later). If you don't have Node.js installed, you can download it from nodejs.org.
To verify your installation, run:
npx --version
If you prefer to run the MCP server locally with API key authentication:
{
"mcpServers": {
"Carbon Voice": {
"command": "npx",
"env": {
"CARBON_VOICE_API_KEY": "your_api_key_here"
},
"args": ["-y", "@carbonvoice/cv-mcp-server"]
}
}
}
"your_api_key_here"
with your actual Carbon Voice API key