Skip to main content
Glama

MCP FishAudio Server

by da-okazaki
package.json1.66 kB
{ "name": "@alanse/fish-audio-mcp-server", "version": "0.6.1", "description": "MCP server for Fish Audio Text-to-Speech integration", "main": "dist/index.js", "type": "module", "bin": { "fish-audio-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "jest", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "fish-audio", "tts", "text-to-speech", "ai", "llm" ], "author": "Daichi Okazaki", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.6.2", "dotenv": "^16.3.1", "fish-audio-sdk": "^2025.6.8", "msgpackr": "^1.11.4", "ws": "^8.18.3", "zod": "3.23.8" }, "devDependencies": { "@types/node": "^20.11.24", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "tsx": "^4.7.1", "typescript": "^5.3.3" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/da-okazaki/mcp-fish-audio-server.git" }, "bugs": { "url": "https://github.com/da-okazaki/mcp-fish-audio-server/issues" }, "homepage": "https://github.com/da-okazaki/mcp-fish-audio-server#readme", "icon": "./dcos/icon_fish-audio.webp" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/da-okazaki/mcp-fish-audio-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server