★ 7 stars
Rust
💬 Communication
Updated 15d ago
MCP server that gives AI agents access to Telegram, Gmail, WhatsApp, Slack, and Discord. Pure Rust, 48 tools, single binary.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nexus": {
"command": "cargo",
"args": [
"run",
"--",
"nexus"
]
}
}
}
Run in terminal:
claude mcp add nexus cargo run -- nexus
Add to .cursor/mcp.json:
{
"mcpServers": {
"nexus": {
"command": "cargo",
"args": [
"run",
"--",
"nexus"
]
}
}
}