AI Quick Transcript Upload audio/video, get transcription & summary
Model Context Protocol

Transcribe audio and video right from your AI assistant

Connect QuickTranscript to Claude, ChatGPT, Claude Code, or any MCP client. Paste a media link in the chat and your assistant gets back the transcript and summary.

Server URL https://quicktranscript.app/mcp/
Your AI assistant sends a media URL to the QuickTranscript MCP server and receives a transcript and summary.
What your assistant can do

Three tools, one simple workflow

Transcribe any public link

Podcasts, interviews, lectures, and meetings: any publicly reachable audio or video file URL.

Timestamps and summary

Get a timestamped transcript plus a summary your assistant can quote, analyse, or turn into notes.

Credits stay in view

Your assistant can check your balance before it starts. Jobs use the same credits as the web app.

Connect

Pick your client

Every client uses the same server URL. Create a dedicated API key for each connection so you can disconnect one without affecting the others.

OAuth ยท no key in settings

Claude (claude.ai)

  1. Open Customize > Connectors, click +, then Add custom connector.
  2. Enter https://quicktranscript.app/mcp/ and click Add. Leave the OAuth client ID and secret empty.
  3. Click Connect and approve on the QuickTranscript page with your API key.
OAuth ยท developer mode

ChatGPT

  1. Turn on Developer mode under Settings > Security and login.
  2. On the ChatGPT Plugins page, click the plus button and create an app with the URL https://quicktranscript.app/mcp/ and OAuth authentication.
  3. Approve on the QuickTranscript page with your API key.
API key header

Claude Code & developer tools

  1. Add the server with your key in the X-API-Key header:
claude mcp add --transport http quicktranscript https://quicktranscript.app/mcp/ --header "X-API-Key: $QUICKTRANSCRIPT_API_KEY"

Cursor, VS Code, the OpenAI Responses API, and the MCP SDKs work the same way. See the LLM guide for details.

Menu names change and custom connector availability depends on your plan and workspace policies. QuickTranscript is not a vendor-verified or directory-listed connector.

The QuickTranscript approval page listing the permissions a connector requests, with an API key field and Approve and Deny buttons.
You stay in control

Approve once, revoke any time

When Claude or ChatGPT connects, QuickTranscript opens an approval page that shows exactly what the connector is asking for.

  • The connector never sees your API key. It gets a short-lived token instead.
  • It can submit transcriptions that spend your credits, read your task results, and read your balance. Nothing else.
  • Revoke the key on the API keys page and the connection stops working immediately.
  • Connections expire after 30 days, and then you approve again.
In practice

Just ask in plain language

Your assistant picks the right tools on its own: it checks your credits, submits the link, waits for the job, and answers from the transcript.

  • "Transcribe this interview and pull out every question the host asked."
  • "Summarize this lecture recording into study notes."
  • "How many credits do I have left?"
Example chat: the user asks to transcribe a podcast link, the assistant calls the QuickTranscript tools and replies with three takeaways.
Reference

Available tools

ToolWhat it does
transcribe_urlStarts a transcription of a public audio or video URL, optionally with a summary. Spends credits.
get_transcription_statusReturns job progress and, when finished, the transcript and summary.
get_credit_balanceReturns the account's remaining credits.
FAQ

Good to know

Can I transcribe files from my computer?

Not through MCP. The media must be a public URL pointing to the file itself (YouTube pages are not supported). To transcribe a local file, upload it in the web app or through the REST API.

How much does it cost?

MCP jobs use the same credits as the web app. Check your balance with the get_credit_balance tool or on the home page.

How do I disconnect?

Revoke or delete the API key you approved with on the API keys page. You can also remove the connector in your assistant's settings.

Is there a technical reference?

Yes. The LLM integration guide covers authentication, OAuth endpoints, tool schemas, and errors.

Ready to connect?

Create an API key, then add https://quicktranscript.app/mcp/ to your assistant.

Create an API key