Skip to main content
ClaudeWave

Fish Audio MCP server — text-to-speech with Fish Audio voice models. Powered by AceDataCloud.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: pip / Python · mcp-fish
Claude Code CLI
claude mcp add fishmcp -- python -m mcp-fish
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fishmcp": {
      "command": "python",
      "args": ["-m", "mcp-fish"],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "<acedatacloud_api_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install mcp-fish
Detected environment variables
ACEDATACLOUD_API_TOKEN
Use cases

MCP Servers overview

# MCP Fish Server

<!-- mcp-name: io.github.AceDataCloud/mcp-fish -->

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

## Installation

```bash
pip install mcp-fish
```

## Configuration

Set your AceDataCloud API token:

```bash
export ACEDATACLOUD_API_TOKEN=your_token_here
```

Get your token from [https://platform.acedata.cloud](https://platform.acedata.cloud).

## Usage

### stdio mode (default)

```bash
mcp-fish
```

### HTTP mode

```bash
mcp-fish --transport http --port 8000
```

## Tool Reference

| 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 |

## License

MIT — see [LICENSE](../LICENSE) at the repository root.
acedata-clouddeveloper-toolsmcpmcp-servermodel-context-protocoltext-to-speechttsvoice-cloning

What people ask about FishMCP

What is AceDataCloud/FishMCP?

+

AceDataCloud/FishMCP is mcp servers for the Claude AI ecosystem. Fish Audio MCP server — text-to-speech with Fish Audio voice models. Powered by AceDataCloud. It has 0 GitHub stars and was last updated today.

How do I install FishMCP?

+

You can install FishMCP by cloning the repository (https://github.com/AceDataCloud/FishMCP) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is AceDataCloud/FishMCP safe to use?

+

AceDataCloud/FishMCP has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains AceDataCloud/FishMCP?

+

AceDataCloud/FishMCP is maintained by AceDataCloud. The last recorded GitHub activity is from today, with 6 open issues.

Are there alternatives to FishMCP?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy FishMCP to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: AceDataCloud/FishMCP
[![Featured on ClaudeWave](https://claudewave.com/api/badge/acedatacloud-fishmcp)](https://claudewave.com/repo/acedatacloud-fishmcp)
<a href="https://claudewave.com/repo/acedatacloud-fishmcp"><img src="https://claudewave.com/api/badge/acedatacloud-fishmcp" alt="Featured on ClaudeWave: AceDataCloud/FishMCP" width="320" height="64" /></a>

More MCP Servers

FishMCP alternatives