CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Macuse

macuse-app/macuse
29STDIOregistry active
Summary

Gives Claude or any MCP client native control over Calendar, Mail, Notes, Reminders, Messages, Contacts, and other macOS apps through natural language. You can schedule meetings, draft replies, search notes, create tasks, send iMessages, and run Shortcuts without leaving your chat. Also includes Computer Use for macOS, so you can click elements and drive any app that lacks a direct integration. Everything runs locally through the Macuse macOS app. Each client gets its own OAuth authorization, and sensitive apps require reconfirmation. Useful when you want your AI to actually manipulate Mac apps instead of just suggesting commands to run yourself.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Macuse — AI Superpowers for Every Mac App

Give your AI direct control of Calendar, Mail, Notes, Reminders, Messages, and any other Mac app over the Model Context Protocol — an MCP server for Mac plus Computer Use for macOS, fully on-device.

Works with Claude Desktop, Cursor, Codex, Raycast, VS Code, Warp, Zed, LM Studio, Windsurf, and any MCP-compatible client.

This repo packages the Claude Desktop .mcpb installer for Macuse. The macOS app and full docs live at macuse.app.

What Macuse Does

Two complementary ways for AI to work with your Mac. Everything runs locally — your data never leaves your device.

Native App Integrations

Your AI reads and writes directly to macOS apps through natural conversation.

ToolboxWhat you can ask
Calendar"Schedule a meeting next Tuesday at 3pm", find free time, manage events
Mail"Draft a reply to this email", search inbox, organize messages
Notes"Find notes mentioning the Q2 launch", capture ideas, append to notes
RemindersCreate tasks with due dates and priorities, mark complete, search across lists
MessagesRead and send iMessages, search conversations
StickiesSearch, read, and create sticky notes in Apple Stickies
ContactsLook up by name, email, phone, or company
Maps & LocationPlace search, directions, travel time, current location
ShortcutsBrowse installed Shortcuts and run them with optional input

Computer Use on macOS

See and control any Mac app — even ones without a dedicated integration. Macuse brings Computer Use to macOS for any MCP client, not just Claude or Codex.

  • Click any element, type text, navigate menus, drive any app
  • Fill out web forms, operate enterprise software, automate APIs that don't exist
  • Runs in the background — your cursor and active window stay untouched while AI works in another app

Install for Claude Desktop

Claude Desktop doesn't support remote http:// connectors directly, so this .mcpb is the one-click installer. For other MCP clients, see Use With Other Clients below.

  1. Install Macuse:
    • Download from macuse.app/download
    • Drag Macuse.app to /Applications and launch it
    • Grant the permissions the app prompts for
  2. Install the bundle: download macuse.mcpb from Releases and double-click to open in Claude Desktop
  3. Approve OAuth: approve the authorization prompt that pops up — connection done

To uninstall, remove the entry from Claude Desktop settings.

Use With Other MCP Clients

For clients that accept a custom command (Cursor, Codex, Raycast, VS Code, Warp, Zed, LM Studio, Windsurf, ChatWise, and more), skip this bundle and configure directly:

{
  "mcpServers": {
    "macuse": {
      "command": "/Applications/Macuse.app/Contents/MacOS/macuse",
      "args": ["mcp"]
    }
  }
}

Per-client setup guides: macuse.app/docs/clients.

Privacy & Permissions

  • Local-only. All processing stays on your Mac. No cloud, no telemetry of your content.
  • Per-app permissions. Allow, deny, or one-time-approve each AI client for each app it touches. Sensitive apps like password managers and banking re-confirm every time. Revoking an AI client automatically clears its app permissions.
  • Per-client OAuth. Each MCP client gets its own authorization, manageable in Macuse settings.

How This Bundle Works

macuse-mcp is a thin Node stdio wrapper (~130 LOC). It spawns macuse mcp (the CLI built into the Macuse macOS app) and forwards JSON-RPC over stdin/stdout. All MCP protocol handling, OAuth, and reconnection live inside the Macuse app — this bundle exists solely because Claude Desktop doesn't yet support http:// remote connectors directly.

Override the binary path with the MACUSE_BINARY environment variable (configurable in the Claude Desktop bundle UI). Default: /Applications/Macuse.app/Contents/MacOS/macuse.

Requirements

  • macOS 13.0 (Ventura) or later — Apple Silicon or Intel
  • Macuse macOS app installed
  • Node 20.8.1+ (bundled by Claude Desktop's runtime)

Links

  • Website: macuse.app
  • Download: macuse.app/download
  • Docs: macuse.app/docs
  • Pricing: macuse.app/pricing — free tier with daily limits, or one-time Lifetime
  • MCP spec: modelcontextprotocol.io

License

This MCPB bundle is MIT-licensed. The Macuse macOS application is a separate commercial product — see macuse.app for details.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Packagehttps://github.com/macuse-app/macuse-mcp/releases/download/v1.2.0/macuse-1.2.0.mcpb
TransportSTDIO
UpdatedMar 3, 2026
View on GitHub