orchard-mcp
Allows transcribing audio from YouTube links, with optional speaker diarization and language auto-detection, returning the transcript in one call.
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., "@orchard-mcpTranscribe /Users/me/call.mp3 and tell me who said what."
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.
Orchard MCP Server
Speech-to-text for real-world Spanish and Portuguese, as MCP tools.
Orchard is a transcription and speaker-diarization API built for LATAM audio: call centers, phone recordings, meetings, field audio. This server lets any MCP-capable assistant (Claude Desktop, Claude Code, Cursor, custom agents) transcribe audio conversationally.
Tools
tool | what it does |
| Transcribe a local audio file. Optional speaker diarization ( |
| Transcribe from a YouTube link or direct audio URL. |
| Fetch a job's transcript, optionally as |
| Account usage summary and remaining balance. |
Long audio is handled automatically: the tool enqueues the job, polls until it finishes and returns the final transcript in one call.
Related MCP server: faster-whisper-mcp
Setup
Get an API key at orchardrun.com (free tier, no card required).
Add the server to your MCP client config:
{
"mcpServers": {
"orchard": {
"command": "npx",
"args": ["-y", "orchard-mcp"],
"env": { "ORCHARD_API_KEY": "ork_..." }
}
}
}For Claude Code:
claude mcp add orchard -e ORCHARD_API_KEY=ork_... -- npx -y orchard-mcpExample prompts
"Transcribe
/Users/me/call.mp3and tell me who said what.""Transcribe this YouTube interview and summarize each speaker's position."
"Transcribe
meeting.wavwith diarization for 3 speakers and give me the action items per person.""Get job
abc123as SRT subtitles."
Notes
Language is auto-detected when omitted; pass
language: "es"(orpt,en, ...) to pin it.promptbiases the transcriber toward names, brands or domain jargon.Set
ORCHARD_API_URLto point at a different environment (defaults tohttps://api.orchardrun.com).
MIT © Orchard
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.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables AI assistants to transcribe audio files from URLs or local paths using AssemblyAI's services, with support for speaker diarization, language detection, and asynchronous job management through a standardized MCP interface.4132MIT
- FlicenseAqualityDmaintenanceEnables high-quality transcription and subtitle generation from local media files or URLs using Faster Whisper on local hardware. It supports automatic language detection and integration with MCP clients for seamless speech-to-text workflows.3
- AlicenseNot gradedqualityDmaintenanceEnables audio transcription, intelligent splitting, and meeting analysis for MCP-compatible clients like Claude Desktop.3MIT

@speechweave/mcpofficial
AlicenseAqualityBmaintenanceMCP server for SpeechWeave transcription, enabling AI assistants to transcribe local files and URLs via wait-first or async tools.6122MIT
Related MCP Connectors
AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Mateobustamante1/orchard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server