Reviewed overview
MCP server overview
what is Server Macos?
Server Macos (@mcp-get-community/server-macos) is a Model Context Protocol (MCP) server that exposes macOS-specific system information and native notification capabilities. Note: the project is archived and the mcp-get community server registry is no longer maintained.
how to use Server Macos?
- Install via npx:
npx @michaellatman/mcp-get@latest install @mcp-get-community/server-macos. - Configure your MCP client by adding the server entry under
mcpServers(runtime: node, command: npx, args: [-y,@mcp-get-community/server-macos]). - Call the provided tools (see below) from your MCP runtime by invoking the named actions and passing the required parameters.
key features
- Retrieve macOS system information: CPU, memory, disk, network, or all.
- Send native macOS notifications with title, message, and optional sound.
- Simple installation and configuration for Node-based MCP runtimes.
use cases
- Remote or local system monitoring dashboards for macOS devices.
- Desktop automation workflows that require system metrics or user notifications.
- Development and testing tools that need machine info (CPU, memory, disk, network).
- Triggering native alerts from other services or automations.
FAQ
- Is this project actively maintained?
No. The project is archived and the mcp-get community server registry is no longer maintained.
- How do I install it?
Use
npx @michaellatman/mcp-get@latest install @mcp-get-community/server-macosand add the server to yourmcpServersconfig.
- What APIs/tools does it provide?
systemInfo(category: ‘cpu’|‘memory’|‘disk’|‘network’|‘all’) andsendNotification(title, message, sound).
- Is it cross-platform?
No. It provides macOS-specific information and native notifications.
- What is the license?
MIT.