Apple Maps for Cursor
io.github.jonathanrreed/apple-maps-mcp
Search places, estimate routes, and build Apple Maps links on macOS.
client:Cursor
transport:stdio
runtime:pypi
Install Apple Maps in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apple-maps-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-maps-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs