PluginBench
MCP Server
Active
MIT

Apple Maps MCP Server

io.github.JonathanRReed/apple-maps-mcp

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-mcp

Related MCP servers

List, create, update, and delete events in Apple Calendar on macOS.

9
Python
MIT
View repository →

Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.

9
Python
MIT
View repository →

Inspect and manage local files and folders inside allowed roots on macOS.

9
Python
MIT
View repository →

Read, search, compose, and send emails via Apple Mail on macOS.

9
Python
MIT
View repository →

Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.

9
Python
MIT
View repository →

List, create, update, complete, and delete reminders in Apple Reminders on macOS.

9
Python
MIT
View repository →