
Apple Voice Memo Mcp
Pull Apple Voice Memos into your agent on macOS—list recordings, fetch audio, and generate transcripts for idea capture and spec drafting.
Overview
apple-voice-memo-mcp is a MCP server for the Idea phase that lists macOS Voice Memos, fetches audio, and extracts or generates transcripts for agent workflows.
What is this MCP server?
- Lists Voice Memos available on macOS
- Retrieves memo audio for agent processing
- Extracts and generates transcripts from recordings
- npm package apple-voice-memo-mcp with stdio MCP at version 0.1.1
- MCP server version 0.1.1 published as npm package apple-voice-memo-mcp
- stdio transport; supports list, get audio, extract and generate transcripts
Community signal: 4 GitHub stars.
What problem does it solve?
Your best product ideas live in Voice Memos while your agent cannot see them without tedious manual export and copy-paste.
Who is it for?
Mac-based solo builders who already record ideas in Apple Voice Memos and want Claude Code or Cursor to ingest them via MCP.
Skip if: Windows/Linux-only workflows, teams standardized on Otter or Notion voice pipelines, or anyone who does not use Apple Voice Memos locally.
What do I get? / Deliverables
Agents can list memos, pull audio, and return transcripts so spoken discovery becomes searchable input for specs and tasks.
- Agent-accessible list of Voice Memos on the Mac
- Audio retrieval and transcript text for chosen memos
- Searchable spoken notes fed into downstream agent prompts
Recommended MCP Servers
Journey fit
Voice notes are early-stage raw material; agents that ingest them support Idea-phase discovery before you commit to a validated scope. Listing memos and transcribing spoken thoughts is capturing and organizing inputs—discover, not shipping code.
How it compares
macOS Voice Memos MCP bridge—not a multi-platform note app skill or a hosted speech-to-text API catalog entry.
Common Questions / FAQ
Who is apple-voice-memo-mcp for?
Indie builders on macOS who capture ideas in Voice Memos and want their AI coding agent to list, fetch, and transcribe those recordings.
When should I use apple-voice-memo-mcp?
During early Idea work when you are mining voice notes for themes, user problems, or feature lists before formal validation or build.
How do I add apple-voice-memo-mcp to my agent?
Install apple-voice-memo-mcp from npm, add it as a stdio MCP server in your client configuration, and run it on the Mac where Voice Memos data lives.