FunASR
Rank #96io.github.modelscope/funasr-mcp
Transcribe local audio with FunASR and SenseVoice using private, on-device inference.
FunASR is a Model Context Protocol (MCP) server published by modelscope. It ranks #96 of 123,280 servers tracked on MCP Toplist, and its repository has 20,230 GitHub stars. FunASR is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 14, 2026 and most recently updated on Jul 26, 2026.
Ranks ahead of 123,184 of 123,280 servers on MCP Toplist.
Use FunASR
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add funasr-mcp -- docker run -i --rm --mount "type=bind,src={audio_directory},dst=/audio,readonly" --mount type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope ghcr.io/modelscope/funasr-mcp:0.1.2[mcp_servers.funasr-mcp]
command = "docker"
args = ["run", "-i", "--rm", "--mount", "type=bind,src={audio_directory},dst=/audio,readonly", "--mount", "type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope", "ghcr.io/modelscope/funasr-mcp:0.1.2"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"funasr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={audio_directory},dst=/audio,readonly",
"--mount",
"type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope",
"ghcr.io/modelscope/funasr-mcp:0.1.2"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"funasr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={audio_directory},dst=/audio,readonly",
"--mount",
"type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope",
"ghcr.io/modelscope/funasr-mcp:0.1.2"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"funasr-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={audio_directory},dst=/audio,readonly",
"--mount",
"type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope",
"ghcr.io/modelscope/funasr-mcp:0.1.2"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"funasr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={audio_directory},dst=/audio,readonly",
"--mount",
"type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope",
"ghcr.io/modelscope/funasr-mcp:0.1.2"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"funasr-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--mount",
"type=bind,src={audio_directory},dst=/audio,readonly",
"--mount",
"type=volume,src=funasr-mcp-cache,dst=/root/.cache/modelscope",
"ghcr.io/modelscope/funasr-mcp:0.1.2"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.modelscope%2Ffunasr-mcp)<a href="https://mcptoplist.com/server/io.github.modelscope%2Ffunasr-mcp"><img src="https://mcptoplist.com/badge/io.github.modelscope%2Ffunasr-mcp.svg" alt="MCP Toplist: Top 1% of 123,280" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
modelscope
Other servers by modelscope
- 🦊 MCPBench: A Benchmark for Evaluating MCP Servers#8,202
- ModelScope MCP Server#9,655 · 5 vers
- mcp-central MCP Server#18,591
- Liu#80,228
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Jul 26, 2026 |
| 0.1.1 | Jul 23, 2026 |
Frequently asked questions
- Who maintains FunASR?
- FunASR is maintained by modelscope, which publishes 5 MCP servers (7 total versions) tracked on MCP Toplist.
- Is FunASR listed on the Official MCP Registry?
- Yes — FunASR is listed on the Official MCP Registry, alongside Glama.
- How many versions does FunASR have?
- MCP Toplist tracks 2 versions of FunASR, most recently published on Jul 26, 2026.
- Where can I find the source code for FunASR?
- The source code for FunASR is hosted at github.com/modelscope/FunASR.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.