{"id":28323772,"url":"https://github.com/phialsbasement/zonos-tts-mcp","last_synced_at":"2025-06-24T01:32:49.483Z","repository":{"id":277563302,"uuid":"932819672","full_name":"PhialsBasement/Zonos-TTS-MCP","owner":"PhialsBasement","description":"MCP server that allows Claude to have a voice.","archived":false,"fork":false,"pushed_at":"2025-05-05T10:31:29.000Z","size":22,"stargazers_count":12,"open_issues_count":1,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-17T13:17:49.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PhialsBasement.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-14T15:24:46.000Z","updated_at":"2025-06-01T12:39:57.000Z","dependencies_parsed_at":"2025-02-14T16:42:29.863Z","dependency_job_id":null,"html_url":"https://github.com/PhialsBasement/Zonos-TTS-MCP","commit_stats":null,"previous_names":["phialsbasement/zonos-tts-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PhialsBasement/Zonos-TTS-MCP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FZonos-TTS-MCP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FZonos-TTS-MCP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FZonos-TTS-MCP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FZonos-TTS-MCP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PhialsBasement","download_url":"https://codeload.github.com/PhialsBasement/Zonos-TTS-MCP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PhialsBasement%2FZonos-TTS-MCP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261586786,"owners_count":23181174,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-25T16:14:46.116Z","updated_at":"2025-06-24T01:32:49.469Z","avatar_url":"https://github.com/PhialsBasement.png","language":"TypeScript","funding_links":[],"categories":["Translation Services"],"sub_categories":["How to Submit"],"readme":"[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/phialsbasement-zonos-tts-mcp-badge.png)](https://mseep.ai/app/phialsbasement-zonos-tts-mcp)\n\n# Zonos MCP Integration\n[![smithery badge](https://smithery.ai/badge/@PhialsBasement/zonos-tts-mcp)](https://smithery.ai/server/@PhialsBasement/zonos-tts-mcp)\n\nA Model Context Protocol integration for Zonos TTS, allowing Claude to generate speech directly.\n\n## Setup\n\n### Installing via Smithery\n\nTo install Zonos TTS Integration for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@PhialsBasement/zonos-tts-mcp):\n\n```bash\nnpx -y @smithery/cli install @PhialsBasement/zonos-tts-mcp --client claude\n```\n\n### Manual installation\n\n1. Make sure you have Zonos running with our API implementation ([PhialsBasement/zonos-api](https://github.com/PhialsBasement/Zonos-API))\n\n2. Install dependencies:\n```bash\nnpm install @modelcontextprotocol/sdk axios\n```\n\n3. Configure PulseAudio access:\n```bash\n# Your pulse audio should be properly configured for audio playback\n# The MCP server will automatically try to connect to your pulse server\n```\n\n4. Build the MCP server:\n```bash\nnpm run build\n# This will create the dist folder with the compiled server\n```\n\n5. Add to Claude's config file:\nEdit your Claude config file (usually in `~/.config/claude/config.json`) and add this to the `mcpServers` section:\n\n```json\n\"zonos-tts\": {\n  \"command\": \"node\",\n  \"args\": [\n    \"/path/to/your/zonos-mcp/dist/server.js\"\n  ]\n}\n```\n\nReplace `/path/to/your/zonos-mcp` with the actual path where you installed the MCP server.\n\n## Using with Claude\n\nOnce configured, Claude automatically knows how to use the `speak_response` tool:\n\n```python\nspeak_response(\n    text=\"Your text here\",\n    language=\"en-us\",  # optional, defaults to en-us\n    emotion=\"happy\"    # optional: \"neutral\", \"happy\", \"sad\", \"angry\"\n)\n```\n\n## Features\n\n- Text-to-speech through Claude\n- Multiple emotions support\n- Multi-language support\n- Proper audio playback through PulseAudio\n\n## Requirements\n\n- Node.js\n- PulseAudio setup\n- Running instance of Zonos API (PhialsBasement/zonos-api)\n- Working audio output device\n\n## Notes\n\n- Make sure both the Zonos API server and this MCP server are running\n- Audio playback requires proper PulseAudio configuration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphialsbasement%2Fzonos-tts-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphialsbasement%2Fzonos-tts-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphialsbasement%2Fzonos-tts-mcp/lists"}