Three install paths, one protocol. Claude Desktop, Cursor, Claude Web, or any MCP-speaking client can send mail and read your inbox with your permission.
Add CodeMail as a remote MCP server — no install, no API key. Approve once in your browser and it works everywhere you're signed in.
https://mojqxitrudfrlfnnlymx.supabase.co/functions/v1/mcp/.well-known/oauth-authorization-serverFor clients that don't support DXT yet. Mint a key, paste the JSON into your MCP config file.
{
"mcpServers": {
"codemail": {
"command": "npx",
"args": ["-y", "@codemail/mcp-server"],
"env": {
"CODEMAIL_API_KEY": "<paste-key-here>"
}
}
}
}{
"mcpServers": {
"codemail": {
"command": "npx",
"args": ["-y", "@codemail/mcp-server"],
"env": {
"CODEMAIL_API_KEY": "<paste-key-here>"
}
}
}
}