Servers
FunASR-Powered MCP Server (MCPServer)
@radial-hks
MCPServer is a Python-based server that leverages Alibaba's FunASR library to provide speech processing services through the FastMCP framework.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-funasr": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}