mcp-my-mac
MCP My Mac
Documentation

MCP My Mac
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!
Why Use It?
- Provides Claude Desktop or other MCP clients with access to your Mac's hardware specifications, system configuration, and resource usage
- Enables more targeted and accurate assistance for software optimization and troubleshooting
- Runs as a secure local API with minimal overhead
- Only executes safe, verified commands:
- `system_profiler` - to gather system information
- `conda` - to analyze Python environment configurations
Installation
Method 1: Using UV + Git Clone
Prerequisites
- Python 3.8 or higher
- UV package manager installed
Steps
1. Clone the repository: ```bash
git clone git@github.com:zhongmingyuan/mcp-my-mac.git ```
2. 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_macUsage
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.
Frequently asked questions
What is mcp-my-mac?
mcp-my-mac is MCP My Mac
How do I install mcp-my-mac?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-my-mac open source?
Yes — it is hosted on GitHub at https://github.com/zhongmingyuan/mcp-my-mac and has 1 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP