MCP Server
MCP
io.github.joansongjr/clawaimail
Email infrastructure for AI agents. Create inboxes, send/receive email, and search messages.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "clawaimail-mcp",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ClawAIMail API key. Get one at https://clawaimail.com",
"isRequired": true,
"isSecret": true,
"name": "CLAWAIMAIL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment