whipscribe-mcp
Enables transcription of audio and video content from YouTube URLs, returning transcripts in various formats including txt, json, srt, vtt, and docx.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@whipscribe-mcptranscribe this YouTube video: https://youtu.be/dQw4w9WgXcQ"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
whipscribe-mcp
MCP server for Whipscribe — transcribe audio and video from a URL or local file via Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-compatible client.
⚠️ Beta service
whipscribe-mcpand the Whipscribe API are in beta. Endpoints, response shapes, and quotas may change without notice.Jobs can fail, stall, or return partial output. Retry logic is your responsibility.
Beta credits can be invalidated without notice — e.g. for infrastructure migration, key compromise, or pricing reset. Beta credits do not convert to cash.
We will give 7 days' written notice before any pricing change that affects active keys, and honor unused credits at the old rate for 7 days after the notice.
Not suitable for production use cases where transcription failure has legal, safety, or financial consequences.
By installing and using this package, you accept the full terms at whipscribe.com/terms.
Install
uvx whipscribe-mcpAlternatives:
pipx install whipscribe-mcp
pip install whipscribe-mcpRequires Python 3.10+.
Related MCP server: whisper-windows-mcp
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"whipscribe": {
"command": "uvx",
"args": ["whipscribe-mcp"]
}
}
}Optional: set WHIPSCRIBE_API_KEY in env to unlock paid quota.
{
"mcpServers": {
"whipscribe": {
"command": "uvx",
"args": ["whipscribe-mcp"],
"env": {
"WHIPSCRIBE_API_KEY": "your-key"
}
}
}
}Restart Claude Desktop. Type "transcribe this podcast URL: …" and Claude will call the tool.
Tools
Tool | Description |
| Transcribe audio/video from any URL (YouTube, podcast feeds, direct file links). |
| Transcribe a local audio/video file. |
| Check progress of a running job. |
| Fetch the transcript in |
| Browse your recent jobs (local cache). |
All tools return a JSON object of the shape:
{
"ok": true,
"job_id": "...",
"status": "done",
"transcript_preview": "first 300 chars...",
"url_to_full": "https://whipscribe.com/view?id=...",
"duration_sec": 967.3,
"beta_notice": "..."
}On failure:
{
"ok": false,
"error": {
"code": "upload_failed",
"message": "human-readable explanation",
"retryable": true
}
}Environment variables
Variable | Required | Default | Purpose |
| No | — | API key (unlocks paid quota; anonymous free tier works without it) |
| No |
| Override API base URL (e.g. for staging) |
| No |
| Set to |
| No |
| Max seconds |
| No |
| Seconds between job-status polls during transcription |
Privacy
Opt-in anonymous telemetry (on by default; disable with WHIPSCRIBE_MCP_TELEMETRY=0):
What we collect (metadata only):
Anonymous install hash:
sha256(machine_id + salt)[:16]Package version, OS, Python version
Tool name, duration in milliseconds, error code
What we never collect:
URLs you transcribe
Local file paths
API keys
Transcript text
Email or any personally identifying information
The anonymization algorithm is in this repo (src/whipscribe_mcp/telemetry.py). Inspect it. If it's not acceptable, turn it off.
Pricing
See whipscribe.com/pricing for current rates. The free tier works without an API key at reduced rate limits.
License
Apache License 2.0. Copyright 2026 Neugence Technology Pvt. Ltd.
Contact
Website: whipscribe.com
Email: contact@neugence.ai
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neugence/whipscribe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server