Apple Voice Memo MCP
Rank #21,115io.github.jwulff/apple-voice-memo-mcp
MCP server providing apple-voice-memo-mcp capabilities
Apple Voice Memo MCP is a Model Context Protocol (MCP) server published by jwulff. It ranks #21,115 of 115,460 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Apple Voice Memo MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 8, 2026 and most recently updated on Jan 12, 2026.
Ranks ahead of 94,345 of 115,460 servers on MCP Toplist.
Use Apple Voice Memo MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add apple-voice-memo-mcp -- npx -y apple-voice-memo-mcp[mcp_servers.apple-voice-memo-mcp]
command = "npx"
args = ["-y", "apple-voice-memo-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"apple-voice-memo-mcp": {
"command": "npx",
"args": [
"-y",
"apple-voice-memo-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"apple-voice-memo-mcp": {
"command": "npx",
"args": [
"-y",
"apple-voice-memo-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"apple-voice-memo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apple-voice-memo-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"apple-voice-memo-mcp": {
"command": "npx",
"args": [
"-y",
"apple-voice-memo-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"apple-voice-memo-mcp": {
"command": "npx",
"args": [
"-y",
"apple-voice-memo-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jwulff%2Fapple-voice-memo-mcp)<a href="https://mcptoplist.com/server/io.github.jwulff%2Fapple-voice-memo-mcp"><img src="https://mcptoplist.com/badge/io.github.jwulff%2Fapple-voice-memo-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
jwulff
Other servers by jwulff
View all jwulff servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jan 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Apple Voice Memo MCP?
- Apple Voice Memo MCP is maintained by jwulff, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Apple Voice Memo MCP listed on the Official MCP Registry?
- Yes — Apple Voice Memo MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Apple Voice Memo MCP have?
- MCP Toplist tracks 2 versions of Apple Voice Memo MCP, most recently published on Jan 12, 2026.
- Where can I find the source code for Apple Voice Memo MCP?
- The source code for Apple Voice Memo MCP is hosted at github.com/jwulff/apple-voice-memo-mcp.