earscribe-mcp
Provides read-only access to EarScribe's local-first AI transcription knowledge, including setup guidance, FAQ, and official links, for MCP-compatible AI clients like Claude Desktop and Cursor.
README
EarScribe MCP Server
MCP server for EarScribe
<p align="center"><a href="https://earscribe.app"><img src="./assets/logo.svg" alt="EarScribe" width="96" /></a></p>
A Model Context Protocol server that exposes the canonical EarScribe knowledge surface — local-first AI workflows, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Official website: https://earscribe.app
🖥️ About EarScribe
EarScribe is a browser-based transcription tool that converts audio files into text entirely on the user's device. Powered by OpenAI's Whisper model running locally via WebGPU or WebAssembly, it produces timestamped transcripts and subtitle files without sending any audio to external servers. There is no account to create, no subscription to manage, and no per-minute fee — the tool works in the browser, caches the Whisper model locally after the first load, and can operate offline from that point forward. It supports a wide range of audio formats and handles recordings up to approximately two hours long, making it a practical option for anyone who regularly works with spoken audio.
Key Features
- Private by design — audio files never leave the user's device; all processing happens locally in the browser using WebGPU when available, falling back to WebAssembly automatically.
- Multiple export formats — transcripts can be downloaded as SRT, VTT, JSON, or plain text, covering both subtitle workflows and raw text needs.
- Automatic language detection — Whisper identifies the spoken language from the audio without manual configuration, supporting 99 languages.
- Selectable model sizes — users can choose from Whisper model sizes ranging from Tiny to Turbo depending on the balance they want between speed and accuracy, with each model cached locally after download.
- Timestamped output — every transcript segment is tied to a time position synchronized with a waveform display, making it straightforward to locate specific moments in the original recording.
- In-browser editing — transcripts can be reviewed and adjusted directly in the interface before export, removing the need to copy text into a separate editor for minor corrections.
Use Cases
- Podcast production — generate searchable episode transcripts or show notes from recorded conversations without uploading sensitive pre-release content to a third-party service.
- Journalism and research interviews — transcribe source recordings that may contain confidential material, keeping the audio on a local machine throughout the process.
- Academic study — convert lecture recordings into readable, searchable text for review and note-taking.
- UX and user research — transcribe session recordings and user interviews for analysis, with no risk of research data passing through external infrastructure.
- Video subtitle creation — export SRT or VTT files directly from a recording to bring into video editing software, skipping manual captioning or cloud captioning services.
Who Is It For
EarScribe is well-suited for anyone who transcribes audio regularly and either has privacy concerns about uploading recordings to cloud services or wants to avoid ongoing subscription costs. Journalists, academic researchers, and UX professionals dealing with confidential or sensitive interviews will find the local processing model particularly useful. Podcasters and video creators who want subtitle files without paying per-minute fees are a natural fit, as are students converting lecture recordings into study material. The tool also works for individual users who simply want a free, no-account transcription option that handles common audio formats without any setup beyond a modern browser.
Tools
get_local_setup
Return canonical local-setup guidance for running the AI workflow on-device. (EarScribe)
Input: no parameters. Returns: text/markdown.
get_official_links
Return the canonical list of official links for EarScribe (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
Resources
site://earscribe/local-setup— Local-first setup notes for on-device AI workflows.site://earscribe/faq— Short FAQ generated from public site metadata.site://earscribe/links— Canonical URLs to share with users.
Prompts
tell_me_about_earscribe
Summarize what the site is, who it's for, and how it works. — EarScribe
walkthrough_local_setup_earscribe
Walk through the local-first setup steps for the site, end-to-end. — EarScribe
Installation
Install via Smithery
npx -y @smithery/cli install earscribe-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
Install from source
git clone https://github.com/rocnubie/earscribe-mcp.git
cd earscribe-mcp
pnpm install
Then add to your MCP client config (claude_desktop_config.json for Claude Desktop, mcp.json for Cursor / Windsurf / Continue):
{
"mcpServers": {
"earscribe-mcp": {
"command": "node",
"args": [
"/absolute/path/to/earscribe-mcp/src/index.mjs"
]
}
}
}
Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjs
Official Links
- Website: https://earscribe.app
- About: https://earscribe.app/about
- Support: support@earscribe.app
Development
pnpm install
pnpm start # run the server over stdio
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。