You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "MCP server for macOS desktop automation via the Accessibility API.",
"repository": {
"url": "https://github.com/Jeomon/macos-mcp",
"source": "github"
},
"version": "0.3.6",
"packages": [
{
"registryType": "pypi",
"identifier": "macos-mcp",
"version": "0.3.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "MACOS_MCP_SKIP_PERMISSION_CHECK",
"description": "Set to 1 to downgrade a failed Accessibility/Screen Recording permission check to a warning instead of exiting. Needed because some MCP hosts (e.g. Claude Desktop) spawn the server via a subprocess launcher that disclaims TCC responsibility, making AXIsProcessTrusted() report false even though the host's own grant is inherited for actual calls.",