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
markitdown
Python tool for converting files and office documents to Markdown.
OpenAI Whisper
OpenAI Whisper MCP Server - 基于本地 Whisper CLI 的离线语音识别与翻译,无需 API Key,支持...
claude-flow
Claude-Flow v2.7.0 is an enterprise AI orchestration platform.
friday-studio
🤖 AI agent runtime — shareable workspaces, MCP tools, skills, memory, and...
agentopology
The Terraform for AI agents. Define your team once, deploy to Claude Code,...
planq
The task graph primitive for AI agents