BeClaude

speech

New
7.3kSmitheryGeneralby openai

Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.

First seen 5/22/2026

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "speech": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp
View source on GitHub
apiai-&-mlcommunication

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is speech?

Use when the user asks for text-to-speech narration or voiceover, accessibility reads, audio prompts, or batch speech generation via the OpenAI Audio API; run the bundled CLI (`scripts/text_to_speech.py`) with built-in voices and require `OPENAI_API_KEY` for live calls. Custom voice creation is out of scope.

How to install speech?

To install speech: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "speech": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is speech best for?

speech is a mcp categorized under General. It is designed for: api, ai-&-ml, communication. Created by openai.