Apple System for Zed
io.github.jonathanrreed/apple-system-mcp
Read and manage macOS system settings and perform scoped desktop actions.
client:Zed
transport:stdio
runtime:pypi
Install Apple System in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"apple-system-mcp": {
"command": "uvx",
"args": [
"apple-system-mcp"
],
"env": {
"APPLE_SYSTEM_MCP_SAFETY_MODE": "<APPLE_SYSTEM_MCP_SAFETY_MODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs