Skip to main content
Glama
jwulff

Apple Voice Memo MCP Server

by jwulff

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_voice_memosA

List voice memos from Apple Voice Memos app with metadata. Returns memo IDs, titles, dates, durations, and whether they have transcripts.

get_voice_memoA

Get detailed metadata for a specific voice memo by its ID. Returns title, date, duration, and transcript availability.

get_audioA

Retrieve the audio file for a voice memo. Can return either the file path or base64-encoded audio data.

get_transcriptA

Extract and return the transcript from a voice memo. Transcripts are stored by Apple inside the audio file. Returns plain text, structured JSON, or timestamped segments.

transcribe_memoA

Transcribe a voice memo using Apple's SFSpeechRecognizer. This generates a transcript for memos that haven't been transcribed yet. Note: The transcript is returned but not saved to the original file. Requires Speech Recognition permission and downloaded language packs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jwulff/apple-voice-memo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server