6116b1f3c6
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
20 lines
673 B
JSON
20 lines
673 B
JSON
{
|
|
"$schema": "https://glama.ai/api/mcp/v1/schemas/glama.json",
|
|
"name": "funasr",
|
|
"display_name": "FunASR MCP Server",
|
|
"description": "Local speech recognition MCP server powered by FunASR and SenseVoice. It exposes a transcribe_audio tool for privacy-friendly audio transcription from local files.",
|
|
"repository": "https://github.com/modelscope/FunASR",
|
|
"license": "MIT",
|
|
"runtime": "python",
|
|
"tags": ["speech-to-text", "asr", "audio", "funasr", "sensevoice", "local", "mcp"],
|
|
"mcpServers": {
|
|
"funasr": {
|
|
"command": "python",
|
|
"args": ["examples/mcp_server/funasr_mcp.py"],
|
|
"env": {
|
|
"FUNASR_DEVICE": "cpu"
|
|
}
|
|
}
|
|
}
|
|
}
|