What is the Apple Maps MCP server?
Search places, estimate routes, and build Apple Maps links on macOS.
How to install Apple Maps
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"apple-maps-mcp": {
"command": "uvx",
"args": [
"apple-maps-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"apple-maps-mcp": {
"command": "uvx",
"args": [
"apple-maps-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apple-maps-mcp": {
"command": "uvx",
"args": [
"apple-maps-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"apple-maps-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-maps-mcp"
]
}
}
}Claude Code
claude mcp add apple-maps-mcp -- uvx apple-maps-mcpRelated MCP servers
Apple Calendar
Active
List, create, update, and delete events in Apple Calendar on macOS.
9
View repository →Python
MIT
Apple Contacts
Active
Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.
9
View repository →Python
MIT
Apple Files
Active
Inspect and manage local files and folders inside allowed roots on macOS.
9
View repository →Python
MIT
Apple Mail
Active
Read, search, compose, and send emails via Apple Mail on macOS.
9
View repository →Python
MIT
Apple Notes
Active
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
9
View repository →Python
MIT
Apple Reminders
Active
List, create, update, complete, and delete reminders in Apple Reminders on macOS.
9
View repository →Python
MIT