Home › Communication › ox-mcp
ox-mcp
MCP server for Open-Xchange: email (IMAP/SMTP), Sieve filters, CalDAV calendar, CardDAV contacts
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_PASSWORDsecret — 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_PASSWORDsecret — 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_PASSWORDsecret — App password for the cardDav section.
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
emailmd
Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.
Microsoft 365 MCP Server
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry