Content
# MCPTTS
Make Claude / Cursor speak using MCP
Cursor:
[](https://www.loom.com/share/eeca654d3b9f4c9bad7fff055a3b6807)
Claude:
[](https://www.loom.com/share/febbe046bb43488dbebe9c0348cbc690)
## Installation
### Using uv
Clone this repo (say, into `/mcp/mcptts`)
```bash
# Create and activate virtual environment
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
```
## Setting up with Claude
Add the following configuration to Claude's config JSON file:
```json
{
"tts": {
"command": "/mcp/mcptts/.venv/bin/python",
"args": ["/mcp/mcptts/mcp_server.py"]
}
}
```
Connection Info
You Might Also Like
semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
Serena
A powerful coding agent toolkit providing semantic retrieval and editing...
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
pydantic-ai
GenAI Agent Framework, the Pydantic way
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...