freeaudiototext-mcp
FreeAudioToText MCP Server
An official Model Context Protocol (MCP) server for FreeAudioToText.com, enabling Claude, Cursor, and Codex to instantly transcribe any audio/video file or YouTube/TikTok URL into text with speaker diarization.
Our core transcription service is 100% free with unlimited usage. It runs on high-performance local Apple Silicon M2 Max hardware via the Cloudflare Edge, providing ultra-fast inference with state-of-the-art accuracy across 90+ languages.
Important Links
Website: https://freeaudiototext.com
Speech-to-Text API Documentation: https://freeaudiototext.com/speech-to-text-api
Get API Key / Dashboard: No API key is required for basic MCP tool usage! Our core transcription is fully free.
Related MCP server: MCP-Transcribe
Available Tools
This MCP server exposes the following tools to your AI assistant:
transcribe_audio: Uploads a local audio or video file (e.g., MP3, M4A, WAV, MP4) for transcription. Returns a uniquejob_id.transcribe_from_url: Submits a YouTube or TikTok URL for extraction and transcription. Returns ajob_id.get_job_status: Checks if the submittedjob_idis "pending" or "completed".get_transcript: Retrieves the full generated transcript (with speaker labels like[SPK_0]) for a completed job.generate_ai_report: Generates a deep LLM analysis report (Summary, Action Items, Outline, or Speaker Analysis) for your transcript.
Installation
For Claude Desktop
Add the following to your claude_desktop_config.json (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"freeaudiototext": {
"command": "npx",
"args": [
"-y",
"freeaudiototext-mcp"
]
}
}
}For Cursor / Other Clients (via Smithery)
You can easily install this server using the Smithery CLI:
npx -y @smithery/cli install freeaudiototext-mcp --client cursorExample Usage with Claude
Once installed, you can simply ask Claude:
"I have a meeting recording at
/Users/myname/Downloads/meeting.m4a. Can you transcribe it and give me the action items?"
Claude will automatically:
Call
transcribe_audiowith your local file path.Poll
get_job_statusuntil it finishes.Call
generate_ai_reportwith typeaction_itemsto give you the results!
License
MIT License. See LICENSE for more information.
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceA service that extracts and transcribes audio content from videos across 1000+ streaming websites including YouTube, Bilibili, TikTok, and Twitter, supporting multiple transcription providers like Deepgram, Gladia, Speechmatics, and AssemblyAI.Last updated28MIT
- Alicense-qualityDmaintenanceThis service provides fast and reliable transcriptions for audio/video files and voice memos. It allows LLMs to interact with the text content of audio/video file.Last updated8MIT
- AlicenseAqualityAmaintenanceTranscribes videos from 1000+ platforms (YouTube, TikTok, Vimeo, etc.) and local video files using OpenAI's Whisper model, with support for 90+ languages and multiple output formats.Last updated8704MIT
- AlicenseAqualityDmaintenanceLocal speech-to-text transcription using Microsoft's VibeVoice-ASR model with speaker diarization, enabling audio transcription directly in AI tools like Claude Code, Cursor, and OpenCode.Last updated32MIT
Related MCP Connectors
💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
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/double2dev/freeaudiototext-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server