Mcp_cosyvoice
@943003797
About Mcp_cosyvoice
Mcp server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp_cosyvoice?
Mcp_cosyvoice is a Python-based MCP server that calls the Ali CosyVoice1 API to convert text input into audio and saves the resulting file to a user-specified directory. It is intended for developers who need to integrate text-to-speech functionality into MCP-compatible AI workflows.
How to use Mcp_cosyvoice?
Create and activate a Python virtual environment with uv venv .venv, then install dependencies with uv sync. The server is invoked via stdio, for example in Autogen by passing StdioServerParams with command="uv", args=["--directory", "../../Mcp/Mcp_cosyvoice", "run", "main.py"], and the environment variable ALI_KEY set to your API key.
Key features of Mcp_cosyvoice
- Converts text to audio using the Ali CosyVoice1 API.
- Saves generated audio files to a specified directory.
- Runs as an MCP server for easy integration with AI frameworks.
- Managed via
uvfor dependency and environment setup.
Use cases of Mcp_cosyvoice
- Generating voiceovers or narrations from text within MCP‑enabled agents.
- Adding text-to-speech capabilities to automated content pipelines.
- Producing audio files for accessibility or multi‑modal outputs.
FAQ from Mcp_cosyvoice
What dependencies does Mcp_cosyvoice require?
It requires Python, the uv package manager, and access to the Ali CosyVoice1 API via an API key.
How do I provide the API key for Mcp_cosyvoice?
Set the environment variable ALI_KEY to your Ali CosyVoice1 API key when starting the server (e.g., in the env dictionary of StdioServerParams).
What transport protocol does Mcp_cosyvoice use?
It uses stdio transport. The server is launched as a subprocess via the uv command, as shown in the Autogen example.
Where are the generated audio files saved?
The server saves the audio files to a directory specified by the user (exact path configuration is not detailed in the README, but the description states it converts text to audio and saves to a specified directory).
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Comments