mcp-server

trekmail/mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
TrekMail MCP server — connect AI agents (Claude Desktop, Claude Code, etc.) to TrekMail's email infrastructure. 143 tools covering domains, DNS, mailboxes, migrations, webmail, and more.
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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "trekmail/mcp-server"
      ]
    }
  }
}