
Your AI models and agents can use our official MCP server to send you Push Notifications and show real-time updates with Live Activities.
Connect to it natively from Claude Code, Cursor, Codex, Grok, or any other client that supports remote MCP servers, then authorize access through ActivitySmith.
There is nothing to host or update on your side. The server runs on our infrastructure, speaks standard MCP over Streamable HTTP, and includes tools for sending Push Notifications, starting, updating, and ending Live Activities, and updating values shown in your Lock Screen widgets. Channels and tags provide optional targeting and organization when you need them.

The first set of tools focuses on the ActivitySmith workflows agents are already useful for:
API key administration remains in the ActivitySmith web app and is not exposed to MCP clients.
The server URL is the same in every client:
https://mcp.activitysmith.com/mcp1. Register the ActivitySmith MCP server
Open a terminal and run this command. User scope makes ActivitySmith available in Claude Code across all your projects.
claude mcp add --transport http --scope user activitysmith https://mcp.activitysmith.com/mcp2. Open the MCP menu
Start a new Claude Code session, run /mcp inside the session, and select activitysmith.
3. Approve access
In Claude Code, select Authenticate to open the authorization page. Sign in if prompted, review the requested access, then click Approve.
4. You're ready
Return to Claude Code. ActivitySmith tools are now available in your sessions across all projects.
Install in Cursor with one click.
If you prefer manual setup, add the server to ~/.cursor/mcp.json:
{ "mcpServers": { "activitysmith": { "url": "https://mcp.activitysmith.com/mcp" } }}Cursor prompts you to log in the first time the server is used.
codex mcp add activitysmith --url https://mcp.activitysmith.com/mcpThen authenticate:
codex mcp login activitysmithApprove the OAuth screen in your browser, restart Codex, and the ActivitySmith tools will be available in new sessions.
In Grok, open Connectors, select New Connector, then select Custom and enter:
https://mcp.activitysmith.com/mcpComplete the OAuth flow in the pop-up window. If Safari blocks it, allow pop-up windows for grok.com and try again.
For Grok Build, add the server from a terminal:
grok mcp add --transport http activitysmith https://mcp.activitysmith.com/mcpFor any client that asks for a remote MCP server URL, use:
https://mcp.activitysmith.com/mcpThe authorization flow happens in ActivitySmith. After approval, tools run against the account you authorized.
You can always find the latest setup details on the MCP Server integration page.
Start your 7-day free trial. No credit card required.