Initial commit: FunASR Speech Recognition Toolkit
Update API Documentation / build-api-docs (push) Has been cancelled
Update API Documentation / build-api-docs (push) Has been cancelled
Add complete FunASR codebase including models, runtime, and documentation.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"$schema": "https://glama.ai/mcp/schemas/server.json",
|
||||
"maintainers": ["LauraGPT"],
|
||||
"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": ["/app/funasr_mcp.py"],
|
||||
"env": {
|
||||
"FUNASR_DEVICE": "cpu"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user