Loading MCP server directory, please wait...
Transcribe local audio with FunASR and SenseVoice using private, on-device inference.
npx @getmcp/cli add io.github.modelscope/funasr-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.modelscope/funasr-mcp": {
"command": "docker",
"args": [
"type=bind,src={audio_directory},dst=/audio,readonly",
"type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope",
"run",
"-i",
"--rm",
"ghcr.io/modelscope/funasr-mcp:0.1.1"
]
}
}
}