Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre FishMCP

¿Qué es AceDataCloud/FishMCP?

+

AceDataCloud/FishMCP es mcp servers para el ecosistema de Claude AI. Fish Audio MCP server — text-to-speech with Fish Audio voice models. Powered by AceDataCloud. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala FishMCP?

+

Puedes instalar FishMCP clonando el repositorio (https://github.com/AceDataCloud/FishMCP) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar AceDataCloud/FishMCP?

+

AceDataCloud/FishMCP aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene AceDataCloud/FishMCP?

+

AceDataCloud/FishMCP es mantenido por AceDataCloud. La última actividad registrada en GitHub es de today, con 6 issues abiertos.

¿Hay alternativas a FishMCP?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega FishMCP en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a FishMCP