Server data from the Official MCP Registry
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Remote endpoints: streamable-http: https://fish.mcp.acedata.cloud/mcp
The MCP Fish server implements OAuth 2.0 authentication with proper PKCE flow and credential management via AceDataCloud. Core authentication is sound, but there are moderate concerns around in-memory token storage vulnerability to pod restarts, excessive logging of JWT claims that could leak user information, and lack of rate limiting on OAuth endpoints. Permissions align with the server's TTS purpose (network HTTP for API calls, environment variables for tokens). Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ACEDATACLOUD_API_TOKEN
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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.
pip install mcp-fish
Set your AceDataCloud API token:
export ACEDATACLOUD_API_TOKEN=your_token_here
Get your token from https://platform.acedata.cloud.
mcp-fish
mcp-fish --transport http --port 8000
| Tool | Description |
|---|---|
fish_generate_audio | Generate speech from text via a Fish voice model |
fish_list_models | List available Fish voice models |
fish_get_model | Fetch metadata for a specific Fish voice model |
fish_get_task | Get the status / result of a generation task |
fish_get_tasks_batch | Batch-fetch the status / result of multiple tasks |
fish_get_usage_guide | Get the API usage guide |
MIT — see LICENSE at the repository root.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.