The Whisper MCP server provides local audio transcription using the Whisper model. It exposes a simple API for uploading audio files and receiving transcriptions. The server connects to local storage for handling audio files and integrates with the Whisper model for transcription. Developers use it to add local audio transcription capabilities to their applications without relying on external APIs.
The Whisper MCP server provides local audio transcription using the Whisper model. It exposes a simple API for uploading audio files and receiving transcriptions. The server connects to local storage for handling audio files and integrates with the Whisper model for transcription. Developers use it to add local audio transcription capabilities to their applications without relying on external APIs.
npx -y whisper-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"whisper-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y whisper-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from whisper-mcp?"
No configuration required. This server works out of the box.
"What resources are available in whisper-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in whisper-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in whisper-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.