claude mcp add jwulff-whisper-mcp -- npx -y whisper-mcp
{
"mcpServers": {
"jwulff-whisper-mcp": {
"command": "npx",
"args": ["-y", "whisper-mcp"]
}
}
}
{
"mcpServers": {
"jwulff-whisper-mcp": {
"command": "npx",
"args": ["-y", "whisper-mcp"]
}
}
}
{
"mcpServers": {
"jwulff-whisper-mcp": {
"command": "npx",
"args": ["-y", "whisper-mcp"]
}
}
}
About This MCP Server
The whisper-mcp server is a developer tool that enables local audio transcription using OpenAI Whisper models through whisper.cpp, allowing for transcription capabilities without relying on external services. It connects to standard input/output streams and is available as an npm package, making it accessible to developers working with Node.js environments. Developers would use whisper-mcp when they need to integrate audio transcription functionality into their applications, particularly those requiring local processing and control over transcription models.
Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.
Package
whisper-mcp on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The whisper-mcp server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.