Back to Home
aashnakunk icon

mcp-macos-dev-server

Verified Safe

by aashnakunk

Overview

A Model Context Protocol (MCP) server providing AI assistants with structured access to macOS development environment, productivity tools, and Chrome browser history.

Installation

Run Command
npm start

Environment Variables

  • MCP_ALLOWED_ROOTS

Security Notes

The server implements robust security measures for filesystem and command execution. It enforces `ALLOWED_ROOTS` for all file operations, preventing access to sensitive system directories. A `DANGEROUS_PATTERNS` list actively blocks common malicious commands like `rm -rf /`, fork bombs, and piping untrusted downloads to shell. Input to `sqlite3` queries for browser history and `osascript` calls for macOS integrations is carefully escaped to prevent injection. The core `execCommand` wrapper handles timeouts and output truncation, further enhancing safety. No direct `eval` calls or hardcoded sensitive credentials were found. It is highly secure for its intended purpose, provided the `ALLOWED_ROOTS` are configured responsibly by the user.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars1
Forks0
Last Update2025-11-23

Tags

DevelopmentmacOSAI ToolsProductivityAutomation