★ 0 stars
Python
💻 Code/Dev Tools
Updated 2d ago
MCP server giving Claude direct macOS control — shell execution, file I/O, Docker, git status via Model Context Protocol
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"macos-control-mcp-se": {
"command": "uvx",
"args": [
"macos-control-mcp-server-"
]
}
}
}
Run in terminal:
claude mcp add macos-control-mcp-se uvx macos-control-mcp-server-
Add to .cursor/mcp.json:
{
"mcpServers": {
"macos-control-mcp-se": {
"command": "uvx",
"args": [
"macos-control-mcp-server-"
]
}
}
}
Or install with pip: pip install macos-control-mcp-server-