communication-mcp-server

ajaysingh16601/communication-mcp-server
★ 0 stars TypeScript Communication Updated today
Built an MCP server exposing email capabilities using the Model Context Protocol.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "communication-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "ajaysingh16601/communication-mcp-server"
      ]
    }
  }
}