neosapience_typecast-api-mcp-server-sample
If you are the rightful owner of neosapience_typecast-api-mcp-server-sample and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for typecast-api, enabling seamless integration with MCP clients.
The Typecast API MCP Server is designed to facilitate seamless integration with MCP clients by providing a standardized way to interact with the Typecast API. This server implements the Model Context Protocol, allowing users to manage voice-related tasks such as retrieving available voices, converting text to speech, and playing audio. The server is built using Python and requires version 3.10 or higher. It uses 'uv' for package management, ensuring that all dependencies are handled efficiently. The server can be configured to run with different platforms, including Claude Desktop, by setting appropriate environment variables and using the provided configuration scripts. This project is open for contributions and is licensed under the MIT License.
Features
- Voice Management: Allows users to manage voice-related tasks through the Typecast API.
- Get Voices: Retrieve a list of available voices from the Typecast API.
- Text to Speech: Convert text input into speech using the Typecast API.
- Play Audio: Play audio files generated from text-to-speech conversion.