typecast-api-mcp-服务器示例
用于 typecast-api 的 MCP 服务器,可与 MCP 客户端无缝集成。该项目提供了一种通过模型上下文协议 (MCP Protocol) 与 Typecast API 交互的标准化方式。
关于
该项目为 Typecast API 实现了一个模型上下文协议服务器,允许 MCP 客户端以标准化的方式与 Typecast API 交互。
功能实现状态
特征 | 地位 |
---|---|
语音管理 | |
获取声音 | ✅ |
文本转语音 | ✅ |
播放音频 | ✅ |
设置
Git 克隆
依赖项
该项目需要 Python 3.10 或更高版本,并使用uv
进行包管理。
软件包安装
环境变量
设置以下环境变量:
与 Claude Desktop 一起使用
您可以将以下内容添加到您的claude_desktop_config.json
中:
基本配置:
将/PATH/TO/YOUR/PROJECT
替换为项目所在的实际路径。
手动执行
您也可以手动运行服务器:
贡献
欢迎大家贡献代码!欢迎提交 Pull 请求。
执照
MIT 许可证
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过模型上下文协议实现与 Typecast API 的无缝集成,允许客户端以标准化的方式管理语音、将文本转换为语音和播放音频。
Related MCP Servers
- -securityAlicense-qualityEnables type-safe, bidirectional communication with Model Context Protocol services, allowing centralized management of model contexts over HTTP.Last updated -194TypeScriptMIT License
- -securityFlicense-qualityProvides text-to-speech capabilities through the Model Context Protocol, allowing applications to easily integrate speech synthesis with customizable voices, adjustable speech speed, and cross-platform audio playback support.Last updated -7Python
- -securityAlicense-qualityA Model Context Protocol server that integrates high-quality text-to-speech capabilities with Claude Desktop and other MCP-compatible clients, supporting multiple voice options and audio formats.Last updated -141TypeScriptMIT License
Gladia MCPofficial
-securityAlicense-qualityOfficial Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.Last updated -2PythonMIT License