
Your AI models and agents can use our official MCP server to send you Push Notifications and Live Activities in a simple and secure way.
Connect to it natively from Claude Code, Cursor, Codex, or any other client that supports remote MCP servers. Your agent authenticates once through OAuth and then uses ActivitySmith tools directly, without copying API keys into prompts or running a local bridge.
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, managing Live Activities, Lock Screen Widget metrics, channels, and API keys.

The first set of tools focuses on the ActivitySmith workflows agents are already useful for:
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.
For 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 14-day free trial. No credit card required.