The official Cartesia MCP server
Project description
Cartesia MCP Server
The Cartesia MCP server provides a way for clients such as Cursor, Claude Desktop, and OpenAI agents to interact with Cartesia's API. Users can localize speech, convert text to audio, infill voice clips etc.
Cartesia Setup
Ensure that you have created an account on Cartesia, there is a free tier with 20,000 credits per month. Once in the Cartesia playground, create an API key under API Keys --> New.
Installation
pip install cartesia-mcp
which cartesia-mcp # absolute path to executable
Claude Desktop Integration
Add the following to claude_desktop_config.json which can be found through Settings --> Developer --> Edit Config.
{
"mcpServers": {
"cartesia-mcp": {
"command": "<absolute-path-to-executable>",
"env": {
"CARTESIA_API_KEY": "<insert-your-api-key-here>",
"OUTPUT_DIRECTORY": // directory to store generated files (optional)
}
}
}
}
Try asking Claude to
- List all available Cartesia voices
- To convert a text phrase into audio using a particular voice
- To localize an existing voice into a different language
- To infill audio between two existing audio segments (specify absolute paths to audio files)
- To change an audio file to use a different voice
Cursor Integration
Create either a .cursor/mcp.json in your project or a global ~/.cursor/mcp.json. The same config as for Claude can be used.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_cartesia_ai_cartesia_mcp-0.1.6.tar.gz.
File metadata
- Download URL: iflow_mcp_cartesia_ai_cartesia_mcp-0.1.6.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2f4c43adedb78c76f9c00bb83bb4596f5fc345ac07d01182810d21f208f1c5c
|
|
| MD5 |
ae3d51f5b6733e2c7a92ccac125bbec3
|
|
| BLAKE2b-256 |
46ca8c3908a0c518499954085a15aa7b550afeffa9a899d16a8f47673aba2c2f
|
File details
Details for the file iflow_mcp_cartesia_ai_cartesia_mcp-0.1.6-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_cartesia_ai_cartesia_mcp-0.1.6-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44c6606cdf3333a8fa3b4f57dec9e8422cb3e1d2c51ed0b8b39c688ed73573db
|
|
| MD5 |
dec8c34fbd371246053de40332393678
|
|
| BLAKE2b-256 |
52e022b1fe27f1080af81f0728de1839ea9681a9ea204f3e12e9a0b5fe2396f9
|