JUHE API Marketplace
macuse-app avatar
MCP Server

macuse

Connect AI with any macOS app. Deep integration with native apps like Calendar, Mail, Notes, plus UI control for all applications. Works with Claude, Cursor, Raycast, and any MCP-compatible AI.

4
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "macuse",
3 "command": "/Applications/Macuse.app/Contents/MacOS/macuse",
4 "args": [
5 "--stdio"
6 ],
7 "env": {
8 "ACCESS_TOKEN": "your-token-here"
9 }
10}
JSON10 lines
  1. Home
  2. MCP Servers
  3. macuse

README Documentation

Macuse

Macuse

Give Your AI Superpowers on macOS

Connect AI with any macOS app. Deep integration with native apps like Calendar, Mail, Notes, plus UI control for all applications. Works with Claude, Cursor, Raycast, and any MCP-compatible AI.

Download • Releases • Website


Macuse is a dual‑mode desktop application that bridges AI assistants with native macOS functionality through the Model Context Protocol (MCP). It enables AI clients to control Mac applications, access system information, and automate workflows while maintaining security and user privacy.

Key Features

Macuse provides practical, local capabilities through toolboxes, including:

  • System: launch and manage apps, general system operations
  • Inspector: explore app UI structure to understand elements
  • Interaction: click/type/interact with UI elements
  • Calendar & Reminders: read and manage events and reminders (with consent)
  • Contacts, Notes, Messages: access common personal apps (with consent)
  • Location & Maps: read current location and use mapping features (with consent)

Everything runs locally. Access is protected by a token you control, and sensitive actions require the appropriate macOS permissions.

Installation

  1. Download the latest installer from the Website: https://macuse.app/download/
  2. Unzip the downloaded file.
  3. Drag Macuse.app into your Applications folder.

Configure Macuse

Open Macuse to review and adjust your connection and capabilities:

  • Access Token: copy your token to connect clients, you can regenerate it anytime.
  • Transport Mode:
    • Stdio: direct connection with no open ports, simplest for most clients.
    • SSE: runs a local server on your bind address/port and streams events.
    • Streamable HTTP: runs a local HTTP endpoint suitable for clients that prefer HTTP.
  • Network (for SSE/HTTP):
    • Bind Address: default 127.0.0.1 (local only).
    • Port: default 35729. Use the built‑in port check to avoid conflicts.
  • Toolboxes: enable/disable capabilities such as Inspector, Interaction, Calendar, Contacts, Messages, Notes, and Location.
  • Permissions: macOS will prompt for Accessibility, Contacts, Calendars, Reminders, Location, etc., when needed.

Connect Your MCP Client

  1. In Macuse:
  • Choose your Transport Mode (Stdio recommended). If using SSE/HTTP, confirm bind address and port.
  1. In your client:
  • If the client supports .mcpb plugins
    • Copy your Access Token.
    • Download and install macuse.mcpb, then provide your Access Token (and binary path if prompted; default is /Applications/Macuse.app/Contents/MacOS/macuse).
  • If the client does not support .mcpb
    • Use Macuse’s one‑click setup buttons to configure supported clients (e.g., Claude, Cursor, Raycast, AnythingLLM), or
    • Copy the generated configuration from Macuse and paste it into your client’s settings for manual setup.

Manual Configuration (JSON Examples)

Generic connection config (copy/paste friendly):

Stdio

{
  "mode": "stdio",
  "config": {
    "type": "stdio",
    "command": "/Applications/Macuse.app/Contents/MacOS/macuse",
    "args": ["--stdio"],
    "env": { "ACCESS_TOKEN": "<YOUR_TOKEN>" }
  }
}

SSE

{
  "mode": "sse",
  "config": {
    "type": "sse",
    "url": "http://<BIND_ADDRESS>:<PORT>/sse",
    "headers": { "Authorization": "Bearer <YOUR_TOKEN>" }
  }
}

Streamable HTTP

{
  "mode": "streamableHttp",
  "config": {
    "type": "streamable-http",
    "url": "http://<BIND_ADDRESS>:<PORT>/mcp",
    "headers": { "Authorization": "Bearer <YOUR_TOKEN>" }
  }
}

Privacy & Security

  • The Access Token authenticates your client to Macuse locally; it is not sent to remote servers.
  • macOS permissions (Contacts, Calendar, Accessibility, etc.) must be explicitly granted by you when needed.

Helpful Links

  • Website: https://macuse.app/
  • Download: https://macuse.app/download/
  • Model Context Protocol: https://modelcontextprotocol.io/

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved