Skip to content
MCP Server Directory logo
developer-tools

Server Macos

Archived: the mcp-get community server registry is no longer maintained.

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

  1. Remote or local system monitoring dashboards for macOS devices.
  2. Desktop automation workflows that require system metrics or user notifications.
  3. Development and testing tools that need machine info (CPU, memory, disk, network).
  4. 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-macos and add the server to your mcpServers config.

  • What APIs/tools does it provide?

systemInfo (category: ‘cpu’|‘memory’|‘disk’|‘network’|‘all’) and sendNotification (title, message, sound).

  • Is it cross-platform?

No. It provides macOS-specific information and native notifications.

  • What is the license?

MIT.