Installation

Get LMCP running in under 2 minutes. The app is signed and notarized by Apple; no config files or terminal are required.

Download and install (recommended)

  1. Download LMCP for Mac — a signed installer package.
  2. Open it and follow the installer — it puts Local MCP in Applications and launches it.
  3. The onboarding wizard takes it from there: it connects your apps, configures your AI clients and gets you to your first prompt.

Requirements: macOS 13+ (Ventura or later), Apple Silicon or Intel.

Terminal install (optional)

If you prefer the command line, this does the same thing — downloads the signed app, installs it and configures your AI clients:

curl -fsSL 'https://local-mcp.com/install' | bash

What gets configured automatically

On first launch LMCP detects your installed AI apps and writes their MCP configuration for you: Claude Desktop, Claude Code, Cursor, VS Code, Windsurf and Zed. Restart the AI app once and the tools appear. Web AIs (ChatGPT, Claude.ai, Grok) connect through the menu bar app — see Connect your AI.

Updates

LMCP updates itself automatically in the background (signed releases). You can check the current version in the menu bar popover.

Uninstall

Quit LMCP from the menu bar, then run the uninstaller which removes the app, the LaunchAgent and local data:

curl -fsSL 'https://local-mcp.com/uninstall.sh' | bash

Next steps