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.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)
continue
Continue is an open-source project for seamless server management.
semantic-kernel
Build and deploy intelligent AI agents with Semantic Kernel's orchestration...