ClawAIMail
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAWAIMAIL_API_KEY | Yes | Your ClawAIMail API key used for authentication. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_inboxesB | List all email inboxes |
| create_inboxB | Create a new email inbox (optional — a default inbox is auto-created if needed) |
| send_emailA | Send an email with optional attachments. If inbox_id is omitted, uses the default inbox. Attachments: pass an array of { filename, content (base64), content_type }. Max 5MB per file, 10MB total. |
| list_messagesC | List messages. If inbox_id is omitted, uses the default inbox. |
| read_emailA | Read a specific email message. If inbox_id is omitted, uses the default inbox. |
| search_emailsB | Search emails by keyword. If inbox_id is omitted, uses the default inbox. |
| delete_inboxA | Delete an inbox and all its messages |
| account_infoA | Get account info, plan limits, and usage |
| my_emailA | Get or create your agent's email address. Pass preferred_name to choose your email prefix (e.g. "jarvis" → jarvis@clawaimail.com). If no name given and no inbox exists, a random one is created. |
| getting_startedA | Interactive onboarding guide for ClawAIMail. Shows you everything you can do with your AI email, step by step. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/joansongjr/clawaimail'
If you have feedback or need assistance with the MCP directory API, please join our Discord server