MCP Server
Maintained
MIT
mac-control-mcp MCP Server
io.github.AdelElo13/mac-control-mcp
What is the mac-control-mcp MCP server?
Native Swift macOS automation — 143 tools: AX, EventKit, voice, browser DOM, undo.
How to install mac-control-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mac-control-mcp": {
"command": "https://github.com/AdelElo13/mac-control-mcp/releases/download/v0.8.1/mac-control-mcp-v0.8.1.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mac-control-mcp": {
"command": "https://github.com/AdelElo13/mac-control-mcp/releases/download/v0.8.1/mac-control-mcp-v0.8.1.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mac-control-mcp": {
"command": "https://github.com/AdelElo13/mac-control-mcp/releases/download/v0.8.1/mac-control-mcp-v0.8.1.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mac-control-mcp": {
"type": "stdio",
"command": "https://github.com/AdelElo13/mac-control-mcp/releases/download/v0.8.1/mac-control-mcp-v0.8.1.mcpb",
"args": []
}
}
}Claude Code
claude mcp add mac-control-mcp -- https://github.com/AdelElo13/mac-control-mcp/releases/download/v0.8.1/mac-control-mcp-v0.8.1.mcpbRelated MCP servers
Semantic memory for AI agents with hybrid search, knowledge graph, and consolidation
4
View repository →TypeScript
io.github.AdelElo13/neurohive
Maintained
Multi-agent memory intelligence with expertise tracking and conflict detection
1
View repository →TypeScript
MIT