Apple System for Cursor
io.github.jonathanrreed/apple-system-mcp
Read and manage macOS system settings and perform scoped desktop actions.
client:Cursor
transport:stdio
runtime:pypi
Install Apple System in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apple-system-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-system-mcp"
],
"env": {
"APPLE_SYSTEM_MCP_SAFETY_MODE": "<APPLE_SYSTEM_MCP_SAFETY_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs