Connects MCP clients to Open-Xchange or standards-based mail, calendar, contact, and free/busy services.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Ox MCP.
list_serversCallable MCP tool function
serverCallable MCP tool function
email_searchCallable MCP tool function
folderCallable MCP tool function
ox-apiCallable MCP tool function
bodyCallable MCP tool function
The Rheopyrin/ox-mcp MCP server exposes email, calendar, contact, and scheduling operations through MCP. It is designed for Open-Xchange deployments and other services that implement the relevant standards. A configuration can contain multiple named accounts, and each tool can target a specific account through its optional server argument.
Email capabilities include listing folders, reading and searching messages, sending or replying to mail, archiving, marking spam, and managing drafts and folders when the corresponding write features are enabled. Calendar support covers event listing and creation or changes, plus accepting, declining, or tentatively responding to invitations. Contact tools enumerate address books or search contacts by fields such as name, email, phone, and organization. The free/busy operation can check other people's availability.
The server groups configuration into independent mail, calDav, and cardDav sections. Each section has its own host, login, authentication settings, and feature controls, so deployments with protocol-specific credentials can use different app passwords. The mail section defaults to the Open-Xchange HTTP API. Setting its transport to imap switches mail access to direct IMAP and SMTP endpoints for generic standards-based hosts.
Rheopyrin/ox-mcp MCP server enables read tools by default and disables write tools by default. Tools only appear when their group is configured and the relevant feature is enabled. Environment variables take precedence over configuration-file values, with support for global and account-specific feature flags.
Search behavior depends on the mail transport. Searches through the Open-Xchange API match subjects and addresses of recent messages, while imap supports full-text search. Spam and archive actions locate folders using IMAP special-use attributes with name-based fallbacks.
Run the package with npx -y @rheopyrin/ox-mcp. Without a custom path, the first run creates ~/.ox-mcp/config.json with restrictive permissions and read features enabled. Use --config <file> or OX_MCP_CONFIG to load another configuration file; an override file must already exist.
The documented environment variables include OX_MCP_MAIL_SERVER, OX_MCP_MAIL_USER, and OX_MCP_MAIL_APP_PASSWORD for mail, along with corresponding OX_MCP_CALDAV_* and OX_MCP_CARDDAV_* variables for calendar and contacts. Authentication can use an email plus app password or OAuth2/OIDC. A configured section may be omitted when that protocol is not needed.
Rheopyrin/ox-mcp MCP server can be added to Claude Desktop using a stdio entry whose command is npx and whose arguments are -y and @rheopyrin/ox-mcp.
Mail filters support conditions on sender, recipient, subject, or arbitrary headers, combined with AND or OR logic. Available actions include moving mail to a folder, discarding it, marking it read, and redirecting it.
Write operations are disabled by default and must be enabled per section or through environment variables. RSVP tools share the respondEvent feature flag. When the imap transport is used, ox-mcp manages and activates its own Sieve script; other scripts can become inactive while it is active. Open-Xchange API search does not provide full message-body matching. The project states that it has no affiliation with Open-Xchange.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/rheopyrin-ox-mcp)<a href="https://allmcps.com/mcp/rheopyrin-ox-mcp"><img src="https://allmcps.com/api/badge/rheopyrin-ox-mcp?style=directory" alt="Ox MCP on AllMCPs" /></a>