Mailgent MCP Server
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., "@Mailgent MCP Servercheck my inbox for recent messages and summarize the latest one"
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.
mailgent-mcp
MCP server for Mailgent — Identity infrastructure for AI agents.
Setup
Add to your MCP client config:
{
"mcpServers": {
"mailgent": {
"command": "npx",
"args": ["-y", "mailgent-mcp"],
"env": {
"MAILGENT_API_KEY": "YOUR_API_KEY"
}
}
}
}Get your API key from console.mailgent.dev.
Compatible Clients
Claude Code
Claude Desktop
Cursor
Any MCP-compatible client
Available Tools
Tool | Description |
| Get identity info |
| Send email |
| Reply to email |
| List inbox messages |
| Get specific message |
| Update message labels |
| List threads |
| Get thread with messages |
Vault
Tool | Description |
| List credentials (metadata) |
| Get decrypted credential |
| Get TOTP 6-digit code |
| Store credential |
| Delete credential |
Multiple Identities
Use separate MCP server instances per identity:
{
"mcpServers": {
"mailgent-sales": {
"command": "npx",
"args": ["-y", "mailgent-mcp"],
"env": {
"MAILGENT_API_KEY": "mgent-sales-key"
}
},
"mailgent-support": {
"command": "npx",
"args": ["-y", "mailgent-mcp"],
"env": {
"MAILGENT_API_KEY": "mgent-support-key"
}
}
}
}Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your Mailgent API key |
| No |
| API base URL |
Documentation
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/loomal-ai/mailgent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server