Mac System Monitor
STDIOLightweight server exposing Mac system information via API for AI assistants.
Lightweight server exposing Mac system information via API for AI assistants.
A lightweight server that exposes Mac system information via a simple API, allowing AI assistants like Claude to access real-time system information about your Mac. This tool is primarily designed for Mac users who want to experiment with AI and Deep Learning on their machines.
Status: BETA - This project is currently in beta. We're actively looking for feedback to improve functionality and user experience. Please share your thoughts and suggestions!
system_profiler
- to gather system informationconda
- to analyze Python environment configurationsClone the repository: bash git clone [email protected]:zhongmingyuan/mcp-my-mac.git
Configure for your AI client:
[Claude Desktop] Add the following to your MCP server config file:
"mcpServers": { "mcp-my-mac": { "command": "uv", "args": [ "--directory", "/YOUR_PATH_TO/mcp-my-mac", "run", "-m", "mcp_server_my_mac" ] } }
Note: Replace
/YOUR_PATH_TO
with the actual path where you cloned the repository.
[Cursor] Add tool by selecting "command" in UI:
uv run --directory /YOUR_PATH_TO/mcp-my-mac mcp_server_my_mac
After installation, Claude Desktop will automatically connect to this API when running on your Mac, allowing it to access system information when needed for answering your questions or providing assistance.