
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/mcpclaude mcp add --transport http activitysmith https://mcp.activitysmith.com/mcpThen run /mcp once you have opened a Claude Code session to go through the authentication flow.
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 free trial. No credit card required. Cancel anytime.