Install the skill
npx skills add altic-dev/altic-mcpAltic MCP turns Claude into a hands-on Mac operator. Connect 37 precise tools for Messages, Contacts, Notes, Reminders, Calendar, Safari, Chrome CDP, screen capture, system controls, and visual feedback, all through an open source Model Context Protocol server for macOS.
Install the skill
npx skills add altic-dev/altic-mcpMCP Tools
37
Across Safari, Chrome CDP, messages, notes, calendar, screen capture, and system control.
Skill Scripts
27
26 AppleScript automations plus one Swift active-screen capture utility.
Open Source
Apache-2.0
Inspect, extend, and self-host without lock-in.
Runtime
Python 3.13+
FastMCP server with uv setup on macOS 10.13+.
Live command flow
Claude + MCP + macOScommand
Find Sam in contacts and send an iMessage: Running 10 mins late.
search_contacts -> send_imessage
command
Create tomorrow 9:30 AM standup in Work calendar for 30 minutes.
create_calendar_event
command
Open a Chrome session, navigate to GitHub, wait for a selector, and extract page text.
chrome_open_session -> chrome_navigate -> chrome_wait_for -> chrome_extract
command
Capture my active display and attach the screenshot for review.
capture_active_screen
Tool surface
Each tool maps to predictable macOS behaviors, so prompts stay natural while execution stays deterministic.
Send and read iMessages, search contacts, and resolve phone numbers.
Create and search Apple Notes, then create time-based reminders.
Create Calendar events and list events for a specific day.
Control Safari tabs, windows, navigation, history, JavaScript, and page inspection.
Use session-based Chrome DevTools Protocol control for navigate, wait, click, type, extract, screenshot, and close workflows.
Capture the active display and return image output directly to the model.
Open apps and adjust brightness or system volume.
Add and remove a screen glow so the user can see when automation is active.
The altic-studio skill now supports two execution modes: AppleScript for macOS app automation and MCP CDP for deterministic Chrome browser control.
Messaging
send-message + read-recent-messages
Safari
tabs, navigation, page info, JavaScript
Chrome CDP
open session, wait, click/type, extract, screenshot
Productivity
notes, reminders, and calendar event flows
System
apps, volume, brightness, visual feedback
Screenshots
capture-screenshot.applescript + capture-active-screen.swift
Execution templates
osascript "skills/altic-studio/scripts/script.applescript" [arg1] [arg2]chrome_open_session -> chrome_navigate -> chrome_wait_for -> chrome_extractSetup flow
The sequence below follows the current README and aligns with the latest tool and skill architecture in altic-dev/altic-mcp.
Step 01
Run this command from the source README setup flow.
curl -LsSf https://astral.sh/uv/install.sh | shStep 02
Run this command from the source README setup flow.
git clone https://github.com/altic-dev/altic-mcp.git && cd altic-mcp && uv syncStep 03
Run this command from the source README setup flow.
uv run server.pyStep 04
Add the MCP server command inside claude_desktop_config.json and restart Claude Desktop.
uv run --project /FULL/PATH/TO/altic-mcp /FULL/PATH/TO/altic-mcp/server.pyStep 05
Grant Contacts, Calendars, Reminders, Automation, Accessibility, Screen Recording, Safari JavaScript from Apple Events, and Chrome access as needed.
System Settings -> Privacy & SecurityFAQ
Altic MCP is an open source Model Context Protocol server that lets MCP clients automate macOS apps and browser sessions.
The README describes 20+ tools. The current server.py source exposes 37 exact MCP tools.
Altic MCP covers Messages and Contacts, Notes and Reminders, Calendar, Safari, Chrome CDP, Screen Capture, System controls, and Visual Feedback.
altic-studio is the shareable skill in the Altic MCP repo. It runs AppleScript automations via osascript and supports Messages, Contacts, Notes, Reminders, Calendar, Safari, system controls, screenshots, and Chrome CDP browser control.
Altic MCP requires macOS 10.13+, Python 3.13+, the UV package manager, and Google Chrome for Chrome CDP tools.
Contacts, Calendars, Reminders, Automation, Accessibility, and Screen Recording are required for the corresponding macOS integrations. Safari tools also require Safari's Allow JavaScript from Apple Events setting.
Launch-ready MCP stack
Clone the repo, enable permissions once, and run intelligent desktop workflows from Claude Desktop or OpenCode with clear observability.