HomeCommunication › ox-mcp

ox-mcp

MCP server for Open-Xchange: email (IMAP/SMTP), Sieve filters, CalDAV calendar, CardDAV contacts

TypeScript Local macOSWindowsLinux
★ 0 stars Last pushed 2026-07-19 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y @rheopyrin/ox-mcp@0.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "ox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rheopyrin/ox-mcp@0.1.2"
      ],
      "env": {
        "OX_MCP_MAIL_SERVER": "<YOUR_VALUE>",
        "OX_MCP_MAIL_USER": "<YOUR_VALUE>",
        "OX_MCP_MAIL_APP_PASSWORD": "<YOUR_VALUE>",
        "OX_MCP_CALDAV_SERVER": "<YOUR_VALUE>",
        "OX_MCP_CALDAV_USER": "<YOUR_VALUE>",
        "OX_MCP_CALDAV_APP_PASSWORD": "<YOUR_VALUE>",
        "OX_MCP_CARDDAV_SERVER": "<YOUR_VALUE>",
        "OX_MCP_CARDDAV_USER": "<YOUR_VALUE>",
        "OX_MCP_CARDDAV_APP_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • OX_MCP_MAIL_SERVER — IMAP/SMTP/ManageSieve host for the mail section (email_* tools).
  • OX_MCP_MAIL_USER — Login user (mailbox address) for the mail section.
  • OX_MCP_MAIL_APP_PASSWORD secret — App password for the mail section (basic auth).
  • OX_MCP_CALDAV_SERVER — CalDAV host for the calDav section (calendar_* tools).
  • OX_MCP_CALDAV_USER — Login user for the calDav section.
  • OX_MCP_CALDAV_APP_PASSWORD secret — App password for the calDav section (servers may scope passwords per protocol).
  • OX_MCP_CARDDAV_SERVER — CardDAV host for the cardDav section (contact_* tools).
  • OX_MCP_CARDDAV_USER — Login user for the cardDav section.
  • OX_MCP_CARDDAV_APP_PASSWORD secret — App password for the cardDav section.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry