ActivitySmith MCP
Send Push Notifications and Live Activities to your paired iOS devices.
Ads
Overview
Connect the official ActivitySmith MCP server to Claude Code, Cursor, Codex, Grok, or any other client that supports remote MCP servers. After OAuth approval, your agent can send remote approvals and Push Notifications while showing real-time updates with Live Activities on your iPhone and iPad. Set a standing rule for actions that need your approval, such as making any purchase, deploying to production, publishing publicly, sending an external email, or deleting data. When an agent reaches that boundary, ActivitySmith stores its request and delivers two clearly labeled actions through a Live Activity or Push Notification.
Installation
claude mcp add --transport http --scope user activitysmith https://mcp.activitysmith.com/mcp
Configuration
{
"mcpServers": {
"activitysmith": {
"url": "https://mcp.activitysmith.com/mcp"
}
}
}Capabilities
- Send push notifications
Ask your assistant to `send_push_notification` to your iPhone or iPad with optional actions, media, and channel targeting.
- Manage Live Activities
Use `set_live_activity_stream` to start or update real-time progress on your Lock Screen, then `end_live_activity_stream` when done.
- Request remote approvals
Have your agent `request_approval` for actions like purchases or deploys, and receive accept/reject decisions on your device.
- Update Lock Screen widgets
Create widget metrics with `create_widget_metric` and update their values via `set_widget_metric_value`.
- Set app icon badge count
Use `update_app_icon_badge_count` to set or clear the badge number on paired devices.
- Review notification history
Ask for past pushes with `list_push_notifications` or check Live Activity status via `list_live_activities`.
Tags
- communication
- notifications
- mobile
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.