AI agent that controls computer with OS-level tools, MCP compatible, works with any model
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-macos-use": {
"command": "npx",
"args": [
"-y",
"mediar-ai/mcp-server-macos-use"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-macos-use npx -y mediar-ai/mcp-server-macos-use
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-macos-use": {
"command": "npx",
"args": [
"-y",
"mediar-ai/mcp-server-macos-use"
]
}
}
}