Skip to main content
Glama

Speech MCP Server

by hammeiam
package.json1.06 kB
{ "name": "speech-mcp-server", "version": "1.1.2", "description": "MCP server for text-to-speech conversion using Kokoro TTS", "license": "MIT", "type": "module", "bin": { "speech-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "dev": "tsx watch src/index.ts", "lint": "eslint src --ext .ts", "format": "prettier --write src/**/*.ts", "inspector": "npx @modelcontextprotocol/inspector build/index.js --debug" }, "keywords": [ "mcp", "tts", "text-to-speech" ], "author": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "kokoro-js": "^1.2.0", "node-wav-player": "^0.2.0" }, "devDependencies": { "@types/node": "^20.11.28", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "prettier": "^3.2.5", "shx": "^0.3.4", "tsx": "^4.7.1", "typescript": "^5.4.2" } }

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/hammeiam/koroko-speech-mcp'

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