★ 0 stars
Python
💬 Communication
Updated today
Reusable MCP notification server with email, Slack, Teams, and reminder tools. Consumed by LangChain and LangGraph agents. The shared notification layer in a multi-agent architecture.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-notification-ser": {
"command": "uvx",
"args": [
"mcp-notification-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-notification-ser uvx mcp-notification-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-notification-ser": {
"command": "uvx",
"args": [
"mcp-notification-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-notification-server
Topics
mcp-langchain-langgraph-python-fastapi notifications-ai-agent slack-email