🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-fish

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-fish

MCP Server for Fish TTS (Text-to-Speech) via AceDataCloud API

pipPyPI
Version
2026.8.10.0
Weekly downloads
343
-40.14%
Maintainers
1
Weekly downloads
 
Created

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

Installation

pip install mcp-fish

Configuration

Set your AceDataCloud API token:

export ACEDATACLOUD_API_TOKEN=your_token_here

Get your token from https://platform.acedata.cloud.

Usage

stdio mode (default)

mcp-fish

HTTP mode

mcp-fish --transport http --port 8000

Tool Reference

ToolDescription
fish_generate_audioGenerate speech from text via a Fish voice model
fish_list_modelsList available Fish voice models
fish_get_modelFetch metadata for a specific Fish voice model
fish_get_taskGet the status / result of a generation task
fish_get_tasks_batchBatch-fetch the status / result of multiple tasks
fish_get_usage_guideGet the API usage guide

License

MIT — see LICENSE at the repository root.

Keywords

acedata

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts