Loomal

whisper-mcp

MCP server by github.com/jwulff/whisper-mcp

Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.

2 starsnpm: whisper-mcp

About whisper-mcp

whisper-mcp is an MCP (Model Context Protocol) server published by jwulff in the official MCP registry. Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.

It ships as an npm package (whisper-mcp), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/jwulff/whisper-mcp, where the project has earned 2 GitHub stars.

Use whisper-mcp with your agent

Claude Code · one command
claude mcp add whisper-mcp -- npx -y whisper-mcp
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "whisper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whisper-mcp"
      ]
    }
  }
}
npmwhisper-mcp

Frequently asked questions

What is whisper-mcp?
whisper-mcp is an MCP (Model Context Protocol) server by jwulff. Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.
How do I connect whisper-mcp to Claude, Cursor, or another MCP client?
Install whisper-mcp from its npm package (whisper-mcp) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is whisper-mcp open source?
Yes — the source code is public at github.com/jwulff/whisper-mcp, with 2 GitHub stars.
Can AI agents pay to use whisper-mcp?
Not yet through Loomal — whisper-mcp is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain whisper-mcp? Claim this listing free by verifying GitHub ownership, or contact us.