Skip to main content

MCP server for Whipscribe transcription. Beta service — endpoints and quotas may change; not suitable for production.

Project description

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-mcp and 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-mcp

Alternatives:

pipx install whipscribe-mcp
pip install whipscribe-mcp

Requires Python 3.10+.

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_url(url, language?, diarize?, word_timestamps?) Transcribe audio/video from any URL (YouTube, podcast feeds, direct file links).
transcribe_file(path, language?, diarize?, word_timestamps?) Transcribe a local audio/video file.
get_job_status(job_id) Check progress of a running job.
get_transcript(job_id, format) Fetch the transcript in txt, json, srt, vtt, or docx.
list_recent_jobs(limit?) 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
WHIPSCRIBE_API_KEY No API key (unlocks paid quota; anonymous free tier works without it)
WHIPSCRIBE_API_BASE No https://whipscribe.com/api/v1 Override API base URL (e.g. for staging)
WHIPSCRIBE_MCP_TELEMETRY No 1 Set to 0 to disable anonymous usage telemetry
WHIPSCRIBE_MCP_POLL_TIMEOUT_SECONDS No 600 Max seconds transcribe_url / transcribe_file waits before returning the job_id with a non-terminal status
WHIPSCRIBE_MCP_POLL_INTERVAL_SECONDS No 3 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whipscribe_mcp-0.1.3.tar.gz (28.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

whipscribe_mcp-0.1.3-py3-none-any.whl (36.0 kB view details)

Uploaded Python 3

File details

Details for the file whipscribe_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: whipscribe_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 28.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for whipscribe_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9dc0687480f18ca2236689ff002cefdf74cf5e04af451be277f8d0985015f32a
MD5 c016f61d8ed0b13f87ed17166a3158be
BLAKE2b-256 3d5e764cfb28acda9bf7d24d8ea5af2ba484bef04ac378f2f1ef1ffec2373d9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for whipscribe_mcp-0.1.3.tar.gz:

Publisher: publish.yml on neugence/whipscribe-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file whipscribe_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: whipscribe_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 36.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for whipscribe_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 b0b4c1f5704c6d5a4c13de3cbaf1f6c20c73a144f02aed43149f2d5e1b44a5b8
MD5 4bf43e965e3934497554f7f35434b00f
BLAKE2b-256 847cc905a2bfc0e16f1816ffec171b8c6c2e9abde3fbc1858ef6cebfad3ce1b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for whipscribe_mcp-0.1.3-py3-none-any.whl:

Publisher: publish.yml on neugence/whipscribe-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page