MCP My Mac
Exposes local Mac system information through a simple API for AI assistants.
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 informationconda- to analyze Python environment configurations
Installation
Method 1: Using UV + Git Clone
Prerequisites
- Python 3.8 or higher
- UV package manager installed
Steps
-
Clone the repository:
bash git clone git@github.com: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_TOwith 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
Usage
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.
Related Servers
Claude Memory MCP Server
A persistent memory server for Large Language Models, designed to integrate with the Claude desktop application. It supports tiered memory, semantic search, and automatic memory management.
ImageSorcery MCP
ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
Remote MCP Server Authless Test
An example of deploying a remote MCP server on Cloudflare Workers without authentication.
Buildkite
Manage Buildkite pipelines and builds.
FastMCP
A TypeScript framework for building MCP servers with client session handling.
AgentMode
An all-in-one MCP server for developers, connecting coding AI to databases, data warehouses, data pipelines, and cloud services.
SDK MCP Server
An MCP server providing searchable access to multiple AI/ML SDK documentation and source code.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
SeedDream 3.0 Replicate
Generate images using Bytedance's SeedDream 3.0 model via the Replicate platform.
Azure MCP Server
All Azure MCP tools in a single server. The Azure MCP Server implements the MCP specification to create a seamless connection between AI agents and Azure services. Azure MCP Server can be used alone or with the GitHub Copilot for Azure extension in VS Code.
