Activitysmith
About
This MCP server exposes ActivitySmith notifications and live activity tools.
Details
- Author
- stumpyfr
- Categories
- Communication, Productivity
Jump to
Setup
Install Activitysmith in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/stumpyfr/mcp-activitysmith
Follow the installation instructions in the repository README, then restart your MCP client.
This MCP server exposesActivitySmithnotifications and live activity tools.
{ "mcpServers": { "activitysmith": { "command": "uv", "args": ["run", "mcp-activitysmith"], "env": { "API_KEY": "your_key_here" } } } }
Example mcp.json with input prompt (VS Code):
{ "inputs": [ { "id": "activitysmithApiKey", "type": "promptString", "description": "ActivitySmith API key", "password": true } ], "mcpServers": { "activitysmith": { "command": "uv", "args": ["run", "mcp-activitysmith"], "env": { "API_KEY": "${input:activitysmithApiKey}" } } } }
Example mcp.json using Docker (stdio, latest image):
{ "mcpServers": { "activitysmith": { "command": "docker", "args": [ "run", "--rm", "-i", "-e", "API_KEY=your_key_here", "ghcr.io/stumpyfr/mcp-activitysmith:latest" ] } } }
{ "mcpServers": { "activitysmith": { "url": "http://127.0.0.1:8000", "headers": { "Authorization": "Bearer your_key_here" } } } }
Example mcp.json with input prompt (VS Code):
{ "inputs": [ { "id": "activitysmithApiKey", "type": "promptString", "description": "ActivitySmith API key", "password": true } ], "mcpServers": { "activitysmith": { "url": "http://127.0.0.1:8000", "headers": { "Authorization": "Bearer ${input:activitysmithApiKey}" } } } }
If you change the package name or entry point, rerunuv syncto refresh the script.
API_KEY=your_key_here uv run mcp-activitysmith
- HTTP mode reads the API key from the Authorization header on each request.
- Stdio mode reads the API key from the API_KEY environment variable.
Manage your WhatsApp, SMS and Phone Calls using a single MCP connector
Connect to any function, any language, across network boundaries using AgentRPC.
Access your meeting transcripts, summaries, and action items from any AI assistant.
Connect Claude, ChatGPT, and other AI tools to your Granola meeting notes via MCP. Query your notes, search transcripts, and get meeting insights in your favorite AI assistants.
Build with the Kudosity API to send SMS and MMS. Access developer docs, API references and live testing tools to send messages, manage contact lists, configure webhooks and more.
Send SMS, WhatsApp, and RCS messages programmatically with DLT compliance. Manage contacts, schedule campaigns, and track delivery reports.
Interact with Twilio APIs to send messages, manage phone numbers, configure your account, and more.
The VoIPstudio MCP server gives compatible AI assistants secure access to authorised VoIPstudio account data, including recordings, call detail records, live calls and voicemails in order to query call activity, analyse patterns, identify agent performance issues and generate QA or operations reports in plain English.
A bridge server connecting Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



