MCP Fish Server
MCP Fish Server
A Model Context Protocol (MCP) server for Fish Audio TTS (Text-to-Speech) via the AceDataCloud platform. Generate natural-sounding speech and explore the Fish voice model library.
Features
High-quality TTS: Generate speech from text via Fish Audio models
Voice library: Browse, search, and fetch metadata for Fish voice models
Asynchronous tasks: Submit generation tasks and poll for results
Batch task lookup: Query multiple task results in one call
One-shot voice cloning
Pass one public HTTPS reference audio URL plus its exact transcript. This conditions only the current TTS request and does not create a reusable voice model:
fish_generate_audio(
text="New speech in the referenced voice",
reference_audio_url="https://cdn.acedata.cloud/reference.mp3",
reference_text="The exact words spoken in the reference audio",
)Use reference_id for saved or public voices, and the one-shot reference fields for a temporary voice. Do not combine them. Reference audio supports MP3/WAV and should be 10–270 seconds. Billing remains based on the target text's UTF-8 byte count.
Installation
pip install mcp-fishConfiguration
Set your AceDataCloud API token:
export ACEDATACLOUD_API_TOKEN=your_token_hereGet your token from https://platform.acedata.cloud.
Usage
stdio mode (default)
mcp-fishHTTP mode
mcp-fish --transport http --port 8000Tool Reference
Tool | Description |
| Generate speech from text via a Fish voice model |
| List available Fish voice models |
| Fetch metadata for a specific Fish voice model |
| Get the status / result of a generation task |
| Batch-fetch the status / result of multiple tasks |
| Get the API usage guide |
Documentation
License
MIT — see LICENSE at the repository root.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/FishMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server