Search your entire library
Full-text search across a single transcription or an entire project. Ask about a topic and Claude finds every place it came up, no matter which recording it was in.
UniScribe + Claude
Connect Claude Code and Claude Desktop to your UniScribe library through the Model Context Protocol (MCP). Ask questions in plain language and get answers grounded in your own recordings — every claim cited back to the exact moment in the transcript.
Five read-only tools let Claude browse, read, and search everything you've transcribed with UniScribe — one file or a whole project at a time.
Full-text search across a single transcription or an entire project. Ask about a topic and Claude finds every place it came up, no matter which recording it was in.
Every result carries the filename, speaker, timestamp, and the original excerpt, plus a deep link that jumps straight to that position in the UniScribe transcript view.
Turn long meetings, interviews, and lectures into summaries, action items, or follow-up emails — without pasting transcripts into the chat by hand.
All five current MCP tools are read-only — Claude can't edit, delete, or create anything in your account, and queries don't consume transcription minutes.
You'll need a UniScribe API key (available on any subscription or LTD plan) and about two minutes.
Claude Code connects to the UniScribe MCP server directly over streamable HTTP — no extra dependencies.
Create an API key in Dashboard → Settings → API Keys. An existing key works too.
Run this command in your terminal, replacing YOUR_API_KEY with the key you just created:
claude mcp add uniscribe --transport http https://mcp.uniscribe.co/mcp --header "Authorization: Bearer YOUR_API_KEY"Start a Claude Code session and ask something like “list my recent UniScribe transcriptions” to confirm the connection.
Claude Desktop connects through the mcp-remote bridge, which needs Node.js installed on your machine.
Create an API key in Dashboard → Settings → API Keys.
Open your Claude Desktop configuration file (Settings → Developer → Edit Config) and add the UniScribe server, replacing YOUR_API_KEY:
{
"mcpServers": {
"uniscribe": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.uniscribe.co/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_API_KEY"
}
}
}
}Restart Claude Desktop. The UniScribe tools appear in the tools menu, and you can start asking about your transcripts.
If you already have other MCP servers configured, add the “uniscribe” entry inside your existing “mcpServers” object instead of replacing the file.
Using claude.ai in the browser?
Custom connectors on claude.ai (web and mobile) require OAuth, which the UniScribe MCP server doesn't support yet. OAuth support is in development — for now, the integration works with Claude Code and Claude Desktop.
Once connected, talk to your transcript library the way you'd ask a colleague who was in every meeting.
“Summarize the key points from my recent interviews.”
“Search my Customer Research project for every mention of pricing objections.”
“What did the customer say about onboarding in yesterday's call? Quote them with timestamps.”
“Draft a follow-up email based on my latest sales call transcript.”
The integration is built to give Claude the minimum access needed to answer your questions — and nothing more.
The current tools expose only read operations — nothing Claude does through them can change, delete, or add data in your UniScribe account.
UniScribe doesn't store the content of the questions you ask through MCP. Your conversations stay between you and Claude.
Access is tied to an API key you control. Delete the key in Settings at any time and the integration is cut off immediately.
Learn more about how UniScribe handles your data on the Security & Privacy page and in our Privacy Policy.
Endpoint details, the full tool reference, and configuration for every supported MCP client.
MCP server guideUse your transcripts with OpenAI's Codex CLI today — ChatGPT connector support is on the way.
ChatGPT integrationBuild your own workflows with the UniScribe API: upload files, fetch transcripts, and receive webhooks.
API documentationCreate an API key, run one command, and start asking Claude about every meeting, interview, and lecture you've ever transcribed.