We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/noersy/kokoro-voice-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-kokoro"
version = "0.1.0"
description = "MCP Server for Kokoro TTS"
authors = [
{ name = "Antigravity", email = "antigravity@example.com" }
]
dependencies = [
"mcp",
"kokoro>=0.3.0",
"soundfile",
"sounddevice",
"numpy",
"torch>=2.9.1",
]
requires-python = ">=3.10"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
mcp-kokoro = "mcp_kokoro:main"
[tool.hatch.build.targets.wheel]
packages = ["src/mcp_kokoro"]