cypht-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cypht-mcpsearch for emails from john@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cypht-mcp Cloudflare Worker
Cloudflare Worker implementation of the Cypht email MCP. It preserves the eight email tools from the Docker service while moving MCP transport to the Worker runtime and storing encrypted account records in a Durable Object.
Runtime
Worker:
cypht-mcpEndpoint:
https://cypht-mcp.rg1.workers.dev/mcpMail host:
smtp.rg1.in(public IMAPS 993 and SMTP submission 587)State:
CyphtStateDurable ObjectSecrets:
MCP_BEARER,ACCOUNT_STORE_KEYTransport: Streamable HTTP
The Worker cannot use the Docker-only hostname mailserver-email-1; the mail server must remain reachable at the configured public hostname. Mail host validation prevents arbitrary outbound host connections.
Related MCP server: gmail-mcp
Tools
add_account, set_profile, list_accounts, send_email, list_emails, view_email, search_emails, and delete_email are registered with the same names and core arguments as the Docker implementation. search_emails is implemented as an IMAP subject/from search.
Mailbox passwords are encrypted with AES-GCM before Durable Object storage and are never returned by tools. delete_email performs an irreversible IMAP EXPUNGE.
Deploy
Deployment is owned by mcp-ops: create a dev/* branch, open and merge a PR, then verify the Workers Build and authenticated MCP smoke. Do not run local Wrangler deployment from the skill tree.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Cloudflare Workers MCP server: email-validator
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Email inboxes for AI agents: send, receive, reply, search, and manage threaded email over MCP.
Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA Gmail MCP server running on Cloudflare Workers that enables reading, searching, labeling, drafting, sending, and managing Gmail messages, including fetching raw attachment bytes, with per-user OAuth authorization.205MIT
- AlicenseNot gradedqualityCmaintenanceDeployable MCP server on Cloudflare Workers that connects Gmail to AI assistants, enabling search, read, send, reply-all, forward, attachment handling, and label/thread management across multiple Google accounts simultaneously.205MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Gmail through MCP, supporting search, read, send, reply, forward, draft management, labels, and multiple accounts, deployed on Cloudflare Workers.MIT
- AlicenseNot gradedqualityCmaintenanceA Cloudflare Workers-based MCP server that connects Gmail to AI assistants, enabling search, read, send, reply-all, forward, and management of messages, drafts, labels, and threads across multiple Google accounts simultaneously.205MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rjr3000/cypht-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server