Loading MCP server directory, please wait...
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
npx @getmcp/cli add io.github.AceDataCloud/mcp-fishRequires Python 3.10+. Community-contributed server. Review source before installing.
ACEDATACLOUD_API_TOKENAPI token from Ace Data Cloud (https://platform.acedata.cloud)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AceDataCloud/mcp-fish": {
"command": "uvx",
"args": [
"mcp-fish"
],
"env": {
"ACEDATACLOUD_API_TOKEN": ""
}
}
}
}