MCP ExplorerExplorer

Mcptts

@tonylampadaon 9 months ago
3 MIT
FreeCommunity
AI Systems
Mac TTS with Model Context Protocol for AI assistants

Overview

What is Mcptts

mcptts is a Mac Text-to-Speech (TTS) system that utilizes the Model Context Protocol (MCP) to enable AI assistants like Claude to produce spoken output.

Use cases

Use cases for mcptts include creating interactive voice responses for customer service, enhancing accessibility for visually impaired users, and developing engaging educational tools that utilize spoken content.

How to use

To use mcptts, clone the repository to your desired directory, set up a virtual environment, install the required packages, and configure Claude’s JSON file to point to the mcptts server.

Key features

Key features of mcptts include seamless integration with AI assistants, customizable TTS settings, and the ability to leverage the Model Context Protocol for enhanced speech generation.

Where to use

mcptts can be used in various fields such as AI development, virtual assistants, accessibility tools, and any application requiring text-to-speech functionality.

Content

MCPTTS

Make Claude / Cursor speak using MCP

Cursor:
CleanShot 2025-04-03 at 08 51 54

Claude:
CleanShot 2025-04-02 at 08 00 05@2x

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"
    ]
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers