Built an MCP server exposing email capabilities using the Model Context Protocol.
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"
]
}
}
}
Run in terminal:
claude mcp add communication-mcp-se npx -y ajaysingh16601/communication-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"communication-mcp-se": {
"command": "npx",
"args": [
"-y",
"ajaysingh16601/communication-mcp-server"
]
}
}
}