HomeOther › FunASR

FunASR

Transcribe local audio with FunASR and SenseVoice using private, on-device inference.

Python
★ 20,486 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/modelscope/funasr-mcp:0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "funasr": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/modelscope/funasr-mcp:0.1.2"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry