openagent.email MCP Server — Claude, Cursor, and Agents
Use this page to pick the MCP path you already have docs for. It does not replace the client, public-ingress, or REST references.
Three existing routes
- Local stdio. Agents on the same machine run
@openagentemail/mcpas a stdio process. Copy-paste configs are in MCP client setup. - Self-hosted remote HTTP/OAuth. Cloud agents can call
POST /mcpon your own origin. Public ingress is in Exposing MCP publicly; the HTTP client shape is in MCP client setup. - Hosted connector. Web chat products connect to the hosted MCP URL over OAuth. Click paths for Claude, ChatGPT, Grok, and related clients are in Connect your agent.
Docs this hub points to
openagent.email can be self-hosted; MailSlurp's MCP is hosted SaaS. See openagent.email vs MailSlurp.
How do I connect Claude Desktop or Cursor?
Follow Connect your agent and paste the matching config from MCP client setup. Claude Desktop and Cursor both speak MCP over local stdio or HTTP.
Do I need a public MCP URL?
Only when a cloud or web agent must reach your server. Local stdio stays on the same machine. Public HTTP/OAuth ingress is covered in Exposing MCP publicly.
Can I use REST instead of MCP?
Yes. The REST API exposes the same mailbox, including the wait/read flow in the OTP extraction guide.