Back to MCP Servers
Mac Monitor
Identifies resource-intensive processes on macOS and provides performance improvement suggestions.
developer-toolsperformance
By Pratyay
Installation
npx -y mac-monitor-mcpConfiguration
{
"mcpServers": {
"mac-monitor-mcp": {
"command": "npx",
"args": ["-y", "mac-monitor-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes