@mcp-get-community/server-macos
A Model Context Protocol server that provides macOS-specific system information and operations.
Features
- System information retrieval (CPU, Memory, Disk, Network)
- Native macOS notifications
Installation
Configuration
Add this to your configuration:
Tools
systemInfo
Retrieves system information from macOS.
Parameters:
category
(required): One of 'cpu', 'memory', 'disk', 'network', or 'all'
Example:
sendNotification
Sends a native macOS notification.
Parameters:
title
(required): Title of the notification
message
(required): Content of the notification
sound
(optional): Whether to play a sound (default: true)
Example:
Development
- Install dependencies:
- Build the project:
- Run in development mode:
License
MIT
@mcp-get-community/server-macos
A Model Context Protocol server that provides macOS-specific system information and operations.
Features
- System information retrieval (CPU, Memory, Disk, Network)
- Native macOS notifications
Installation
Configuration
Add this to your configuration:
Tools
systemInfo
Retrieves system information from macOS.
Parameters:
category
(required): One of 'cpu', 'memory', 'disk', 'network', or 'all'
Example:
sendNotification
Sends a native macOS notification.
Parameters:
title
(required): Title of the notification
message
(required): Content of the notification
sound
(optional): Whether to play a sound (default: true)
Example:
Development
- Install dependencies:
- Build the project:
- Run in development mode:
License
MIT