PaddleSpeech (MCP Server)

GitHub

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "PaddleSpeech": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-PaddleSpeech"
      ]
    }
  }
}