Local multi-client TTS server for macOS w/ cloning, text processing, & batch gen. HTTP w/ SSE, Codex MCP & Plugin. Codex Hooks Soon™
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"speakswiftlyserver": {
"command": "npx",
"args": [
"-y",
"gaelic-ghost/SpeakSwiftlyServer"
]
}
}
}
Run in terminal:
claude mcp add speakswiftlyserver npx -y gaelic-ghost/SpeakSwiftlyServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"speakswiftlyserver": {
"command": "npx",
"args": [
"-y",
"gaelic-ghost/SpeakSwiftlyServer"
]
}
}
}