CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

EarScribe MCP

rocnubie/earscribe-mcp
registry active
Summary

Exposes EarScribe's local-first transcription workflow to Claude and other MCP clients through three resources (local setup guide, FAQ, official links) and two tools (get_local_setup, get_official_links). The server surfaces canonical documentation for running OpenAI Whisper entirely in-browser via WebGPU or WebAssembly, so you can answer questions about privacy-focused transcription without hunting through the website. Useful when you're fielding support questions about on-device AI workflows or need to walk someone through EarScribe's offline model caching and export formats. Read-only, no API keys required, sub-50ms cold start. Runs over stdio and works with Claude Desktop, Cursor, Windsurf, and Continue out of the box.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

EarScribe MCP Server

MCP server for EarScribe

MCP Badge Stdio Transport Zero Config License: MIT MCP

EarScribe

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Web & Browser AutomationAI & LLM ToolsMedia & Entertainment
Registryactive
UpdatedMay 22, 2026
View on GitHub

Related Web & Browser Automation MCP Servers

View all →
Browser Use

therealtimex/browser-use

AI browser automation - navigate, click, type, extract content, and run autonomous web tasks
Fetcher

jae-jae/fetcher-mcp

Fetch web page content using a Playwright headless browser with intelligent content extraction and Markdown/HTML output.
1k
Puppeteer

merajmehrabi/puppeteer-mcp-server

This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing Chrome windows.
449
Playwright Mcp Server

com.thenextgennexus/playwright-mcp-server

Headless browser primitives for AI agents when sites need real JS rendering.
Browser

saik0s/mcp-browser-use

Provides a browser automation MCP server that lets AI assistants control a real browser for navigation, form interaction, data extraction, and more.
933
Browser Use

kontext-dev/browser-use-mcp-server

Browse the web, directly from Cursor etc.
822