Mymcpservercasper
About
## Available Tools | 工具名称 | 描述 | |---------|-----| | `text_to_audio` | 使用指定语音将文本转换为音频 | | `list_voices` | 列出所有可用语音 | | `voice_clone` | 通过提供的音频文件克隆语音 | | `generate_video` | 根据提示词生成视频 | | `text_to_image` | 根据提示词生成图片 | | `query_video_generation` | 查询视频生成任务的结果 |
Details
- Author
- Casper-Mars
- Downloads
- 258
- Categories
- Other
Jump to
- Text-to-audio conversion using specified voices
- List all available voices
- Clone a voice from an audio file
- Generate video from text prompts
- Generate images from text prompts
- Query the status of video generation tasks
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MymcpservercasperCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The server exposes several tools that can be invoked via the MCP protocol. The available tools include text_to_audio, list_voices, voice_clone, generate_video, text_to_image, and query_video_generation.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mymcpservercasper": {
"MyMcpServer": {
"command": "uvx",
"args": [
"my-mcp-casper==0.0.7"
]
}
}
}
}
McpServers
{
"MyMcpServer": {
"command": "uvx",
"args": [
"my-mcp-casper==0.0.7"
]
}
}
Available Tools
| 工具名称 | 描述 | |---------|-----| |text_to_audio | 使用指定语音将文本转换为音频 |
| list_voices | 列出所有可用语音 |
| voice_clone | 通过提供的音频文件克隆语音 |
| generate_video | 根据提示词生成视频 |
| text_to_image | 根据提示词生成图片 |
| query_video_generation | 查询视频生成任务的结果 |Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



