GitHub Stars
3
User Rating
Not Rated
Forks
0
Issues
0
Views
1
Favorites
0
README
MCPTTS
Make Claude / Cursor speak using MCP
Installation
Using uv
Clone this repo (say, into /mcp/mcptts
)
# 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:
{
"tts": {
"command": "/mcp/mcptts/.venv/bin/python",
"args": ["/mcp/mcptts/mcp_server.py"]
}
}
Author Information
377
Followers
105
Repositories
11
Gists
11
Total Contributions
Top Contributors
Tags
Threads