Apple Voice Memo MCP Server
Related Servers
Alternatives to Apple Voice Memo MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables read-first interaction with Apple Voice Memos: search transcripts, review action candidates, mark reviewed, prepare tasks for Codex, and render digests.1Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to read, create, update, and delete data in macOS apps (Reminders, Calendar, Notes, Mail, Messages, Contacts) via natural language, using EventKit, JXA, and SQLite backends.36 npm8MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to manage Apple Reminders lists and reminders on macOS, including creating, updating, completing, and deleting reminders.7297 npm5MIT
- AlicenseAqualityAmaintenanceEnables transcription, summarization, and action item extraction from audio files on your Mac using MacWhisper and Claude Desktop, all locally without any cloud APIs.726 PyPI2MIT
- FlicenseAqualityDmaintenanceEnables seamless interaction with Voicenotes through natural language, allowing users to search, create, edit, tag, and organize their notes via an MCP client like Claude.144-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents on macOS to securely read and search the local Messages database, catch up on missed messages via a persistent inbox, and send texts or files to allowlisted chats, with optional voice note transcription and text-to-speech.MIT
TDQS
Scored across 5 tools
Each tool has a clear, non-overlapping purpose: listing memos, getting metadata, retrieving audio, retrieving existing transcripts, and generating new transcripts. No ambiguity between tools.
All tool names follow a consistent verb_noun pattern with lowercase and underscores (e.g., get_audio, list_voice_memos). Easy to predict and understand.
With 5 tools covering listing, metadata retrieval, audio retrieval, transcript retrieval, and transcript generation, the set is well-scoped for the domain of voice memo management.
Covers essential read operations and transcript generation. One minor gap: the transcribe_memo tool does not save the generated transcript back to the file, but it is returned to the user.