App Suite is the interface, not the mail store. Once you know which IMAP server sits behind it, connecting an AI agent is ordinary work: read, search, send, reply, schedule and file, from any MCP client.
Claude cannot reach an Open-Xchange mailbox on its own, and Open-Xchange App Suite is not itself the server to point it at. App Suite is groupware middleware that talks to a separate IMAP and SMTP backend, in most deployments Dovecot. mcpemails is a hosted MCP server that connects to that backend over IMAP, normally on port 993, with the mailbox password, so Claude, Cursor or any MCP client can read, search, send and organize the mail. The host to use is the mail server your deployment or your provider publishes, not the address of the App Suite web interface. One inbox is free.
Open-Xchange App Suite stores calendars, contacts, tasks and files, but it does not store mail. For mail it is a client, opening IMAP sessions against a separate server on the user's behalf and rendering the result in the browser. Open-Xchange's own guidance is that any system providing IMAP and SMTP can serve as the backend, and that Dovecot is the recommended choice for a new deployment. Which server a given installation uses is written into /opt/open-xchange/etc/mail.properties, in com.openexchange.mail.mailServer for IMAP and com.openexchange.mail.transportServer for submission, with IMAP-specific behaviour such as com.openexchange.imap.imapSearch living next door in imap.properties. That backend is what mcpemails connects to. Everything on our Dovecot page about listeners, folder roles and certificates applies to it, because on most App Suite deployments it is literally Dovecot.
Seventeen action-based MCP tools: send, reply, forward, schedule, and organize. Your agent finishes the job inside Open-Xchange.
List, read and search across folders to find that invoice, summarize a thread, or pull the latest from a sender.
Compose and send real messages, reply in-thread, and forward, directly from your mailbox, not as a draft you finish by hand.
Queue a message to go out at the right time, so your agent can draft now and send on schedule.
Keep the inbox tidy: file mail into folders, flag what matters, archive the rest, or delete on request.
From sign-up to first AI email in a couple of minutes.
Sign up at mcpemails.com. One inbox is free forever and no card is required.
If you run the deployment, read com.openexchange.mail.mailServer out of /opt/open-xchange/etc/mail.properties on a middleware node. If App Suite is your provider's webmail, ignore the middleware entirely and use the IMAP hostname that provider documents for mail clients, which is the answer they already publish.
Sign in to a desktop mail client, or check com.openexchange.mail.loginSource in the middleware config, to see whether the backend expects the full email address or a separate login name. Then add the inbox in mcpemails: choose IMAP / SMTP, enter that host, the login name and the mailbox password.
Drop https://mcpemails.com/api/mcp into Claude, Cursor or ChatGPT, authorize, and your agent has the inbox.
Comparing providers first? See the email provider compatibility matrix
This is the mistake that sends people in circles. You read mail at something like webmail.yourprovider.com, so that feels like the mail server, but it is an HTTP application node. Port 993 on it is frequently closed, and when it does answer it may be a load balancer that terminates nothing useful. Worse, in a self-hosted deployment the value of com.openexchange.mail.mailServer is very often an internal address, sometimes 127.0.0.1:143 on the same box or an internal name that resolves only inside the cluster, because the only client that was ever meant to reach it was the middleware itself. If that is your situation you have to publish an external IMAP endpoint deliberately, with its own certificate, before any external client including this one can connect.
Open-Xchange sells App Suite to operators rather than to end users, so most people meet it as somebody else's webmail without the product ever being named on screen. IONOS and Namecheap Private Email are two you may recognise. If that is how you got here, none of the configuration files above exist on any machine you can reach, and you do not need them: your provider publishes IMAP and SMTP hostnames for desktop clients, and those are exactly what mcpemails wants. Use the provider's documented host, the provider's port, and the mailbox password they issued, and treat App Suite as a coincidence of which webmail they happened to license.
App Suite does not necessarily send your email address as the IMAP username. The middleware setting com.openexchange.mail.loginSource chooses between the primary address, the App Suite login name and other forms, which is why the credential that signs you in to the browser interface is not always the credential the mail server sees. Deployments that use master password authentication go further: the middleware authenticates to the IMAP server as a master user and supplies the target mailbox alongside, so an individual user may have no independent IMAP password at all. In that case an ordinary client cannot log in as that user until the operator provisions one, and no amount of retrying the web password will help. Some deployments have also moved the backend to XOAUTH2 or OAUTHBEARER, at which point plain password authentication is refused outright.
Yes, through the mail server behind it. Claude has no Open-Xchange connector and App Suite offers no MCP endpoint, but the mailbox itself lives on an ordinary IMAP server. Connecting mcpemails to that server gives Claude read, search, send, reply, schedule and organize access to the same mail you see in App Suite, and the same inbox works in Cursor and ChatGPT.
There is no single answer, because Open-Xchange is software that operators deploy rather than a mail service with fixed hostnames. In a self-hosted installation the backend is named in mail.properties. If App Suite arrived as part of a hosting package, use the IMAP and SMTP hostnames your provider publishes for mail clients, which are typically 993 for IMAP and 465 or 587 for submission.
No, but they are usually deployed together. Open-Xchange is the groupware layer that renders mail, calendars and files. Dovecot is the IMAP server that actually holds the messages, and Open-Xchange recommends it as the backend for new deployments. Our Dovecot page covers the listener, certificate and folder behaviour you will meet once you connect to it.
Because that address belongs to the App Suite web tier, which speaks HTTP. The IMAP server is a different machine or a different name, and in many installations it is deliberately not published to the internet at all. Find the real mail hostname from your provider's client setup documentation, or from the middleware configuration if the deployment is yours.
No. Messages are fetched live over IMAP from whichever server holds your mailbox, for each request, and passed to your AI client. Credentials are encrypted at rest and message bodies are not retained.
Connect the mail server behind App Suite. One inbox free forever, no card required.