tornikegomareli/macos-tools-mcp-server
If you are the rightful owner of macos-tools-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP server for macOS that provides advanced system monitoring and file search capabilities.
The macOS Internal Tools MCP Server is designed to enhance system monitoring and file search functionalities on macOS platforms. It offers real-time tracking of system performance metrics such as CPU, memory, disk I/O, and network statistics. Additionally, it provides advanced file search capabilities, allowing users to search within file contents using regex or plain text, manage custom file tags, and leverage macOS Spotlight for fast metadata searches. The server is built to integrate seamlessly with macOS, utilizing native commands for optimal performance and offering intelligent recommendations for system optimization. With a focus on efficiency, it includes features like multi-level caching, debounced operations, and streaming for large files. The server also supports data persistence through an SQLite database, enabling historical tracking and analysis of performance data.
Features
- Real-time Monitoring: Track CPU, memory, disk I/O, and network statistics.
- Process Analysis: View top resource-consuming processes with detailed metrics.
- Deep Content Search: Search within file contents using regex or plain text.
- Tag Management: Create, search, and manage custom file tags using extended attributes.
- Optimization Suggestions: Get intelligent recommendations to improve system performance.
Usages
claude desktop configuration
{ "mcpServers": { "macos-tools": { "command": "npx", "args": [ "@tgomareli/macos-tools-mcp" ], "env": {} } } }
claude desktop existing configuration
{ "mcpServers": { "existing-server": { // ... existing configuration }, "macos-tools": { "command": "npx", "args": [ "@tgomareli/macos-tools-mcp" ], "env": {} } } }
Tools
system_performance
Monitor and analyze system performance metrics.
enhanced_search
Advanced file search with content analysis and tagging capabilities.