MCP Server
MCP
Whisper Transcribe
Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.
Install
uvx whisper-transcribe-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "whisper-transcribe-mcp",
"version": "1.1.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenAI API key. Enables the cloud backend and optional GPT post-processing.",
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
},
{
"description": "Default faster-whisper model size when using the local backend.",
"format": "string",
"default": "base",
"name": "WHISPER_MODEL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment