@griches/apple-maps-mcp
v1.0.0
Published
MCP server for interacting with Apple Maps on macOS
Maintainers
Readme
@griches/apple-maps-mcp
An MCP server that gives AI assistants access to Apple Maps on macOS using Maps URL schemes.
Quick Start
npx @griches/apple-maps-mcpTools
| Tool | Description |
|------|-------------|
| search_location | Search for a location in Apple Maps |
| get_directions | Get directions between two locations (driving, walking, or transit) |
| drop_pin | Drop a pin at specific coordinates |
| open_address | Open a specific address in Apple Maps |
| save_to_favorites | Open a location in Maps so you can save it as a favorite |
Configuration
Claude Code
claude mcp add apple-maps -- npx @griches/apple-maps-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"apple-maps": {
"command": "npx",
"args": ["@griches/apple-maps-mcp"]
}
}
}Requirements
- macOS (uses Maps URL schemes)
- Node.js 18+
License
MIT — see the main repository for full details.
