{"id":31663896,"url":"https://github.com/k2wanko/voicepeak-mcp","last_synced_at":"2025-10-11T00:00:21.129Z","repository":{"id":318028527,"uuid":"1069742464","full_name":"k2wanko/voicepeak-mcp","owner":"k2wanko","description":"MCP server for VOICEPEAK text-to-speech synthesis","archived":false,"fork":false,"pushed_at":"2025-10-04T16:56:00.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T17:21:30.903Z","etag":null,"topics":["ai-assistant","bun","claude","mcp","model-context-protocol","speech-synthesis","text-to-speech","tts","typescript","voicepeak"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k2wanko.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T14:33:37.000Z","updated_at":"2025-10-04T17:10:13.000Z","dependencies_parsed_at":"2025-10-04T17:21:43.129Z","dependency_job_id":"e336ee89-a254-4cef-93df-917458ba66a4","html_url":"https://github.com/k2wanko/voicepeak-mcp","commit_stats":null,"previous_names":["k2wanko/voicepeak-mcp"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/k2wanko/voicepeak-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k2wanko%2Fvoicepeak-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k2wanko%2Fvoicepeak-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k2wanko%2Fvoicepeak-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k2wanko%2Fvoicepeak-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k2wanko","download_url":"https://codeload.github.com/k2wanko/voicepeak-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k2wanko%2Fvoicepeak-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846161,"owners_count":26056090,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai-assistant","bun","claude","mcp","model-context-protocol","speech-synthesis","text-to-speech","tts","typescript","voicepeak"],"created_at":"2025-10-07T20:51:17.228Z","updated_at":"2025-10-09T23:01:51.147Z","avatar_url":"https://github.com/k2wanko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# voicepeak-mcp\n\nMCP server for VOICEPEAK text-to-speech synthesis.\n\n## Prerequisites\n\n- VOICEPEAK installed\n\n## Installation\n\n### Using NPX (Recommended)\n```bash\nnpx voicepeak-mcp@latest\n```\n\n### Using Bunx\n```bash\nbunx voicepeak-mcp\n```\n\n## Configuration\n\nAdd to your Claude Desktop configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"voicepeak\": {\n      \"command\": \"npx\",\n      \"args\": [\"voicepeak-mcp@latest\"]\n    }\n  }\n}\n```\n\n## Available Tools\n\n### synthesize\nGenerate speech audio file from text.\n\nParameters:\n- `text` (required): Text to synthesize\n- `narrator`: Narrator name\n- `emotion`: Emotion parameters\n- `speed`: Speech speed (50-200)\n- `pitch`: Speech pitch (-300 to 300)\n- `outputPath`: Output file path\n\n### synthesize_and_play\nGenerate and immediately play speech.\n\n### play\nPlay an audio file.\n\n### list_narrators\nList available narrators.\n\n### list_emotions\nList available emotions for a narrator.\n\n### dictionary_list\nList all pronunciation dictionary entries.\n\n**Note**: Dictionary features are not available on Windows. Windows users should manage pronunciation dictionary through the VOICEPEAK application.\n\n### dictionary_add\nAdd or update a dictionary entry for custom pronunciation.\n\nParameters:\n- `surface` (required): Text to be replaced\n- `pronunciation` (required): Japanese kana pronunciation\n- `priority`: Priority (0-10, default: 5)\n\n**Note**: Not available on Windows.\n\n### dictionary_remove\nRemove a dictionary entry.\n\n**Note**: Not available on Windows.\n\n### dictionary_find\nFind dictionary entries by text.\n\n**Note**: Not available on Windows.\n\n### dictionary_clear\nClear all dictionary entries.\n\n**Note**: Not available on Windows.\n\n## Supported Platforms\n\n- ✅ macOS (full support)\n- ⚠️ Windows (partial support: speech synthesis and playback only, dictionary features not supported)\n- 🚧 Linux (planned)\n\n### Windows Limitations\nOn Windows, dictionary management features (dictionary_*) are not available. If you need custom pronunciation, please manage the dictionary through the VOICEPEAK application.\n\n## Contributing\n\nIssues and pull requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk2wanko%2Fvoicepeak-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk2wanko%2Fvoicepeak-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk2wanko%2Fvoicepeak-mcp/lists"}