Server data from the Official MCP Registry
Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.
Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.
The whisper-transcribe-mcp server is a well-structured audio transcription tool with generally sound security practices. Authentication is properly delegated to environment variables (OPENAI_API_KEY), and the codebase lacks malicious patterns or dangerous operations. However, there are moderate concerns: the hardcoded GPT model identifier suggests potential for token leakage if errors are logged, and the post-processing feature introduces a dependency on the OpenAI API that users may not expect. File handling is safe with proper validation, and permissions align with the server's stated purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 1 high severity). Package verification found 1 issue.
7 files analyzed · 10 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: OPENAI_API_KEY
Environment variable: WHISPER_MODEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zahirinatzuke-whisper-transcribe-mcp": {
"env": {
"WHISPER_MODEL": "your-whisper-model-here",
"OPENAI_API_KEY": "your-openai-api-key-here"
},
"args": [
"whisper-transcribe-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · AI & ML
Dynamic and reflective problem-solving through structured thought sequences
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.