π§ͺ TheNovaNodes Ecosystem: Production-grade Model Context Protocol (MCP) server for Mail.ru (IMAP, SMTP, WebDAV) in Go with Two-Phase Commit HITL.
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mailru-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/TheNovaNodes/mailru-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add mailru-mcp-server go run github.com/TheNovaNodes/mailru-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mailru-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/TheNovaNodes/mailru-mcp-server@latest"
]
}
}
}