agent-kit
by KeyID-AI·★ 689·Score 53
MCP email server with 27 tools for inbox, sending, contacts and auto-reply functionality.
Overview
@keyid/agent-kit is a comprehensive MCP server that provides AI agents with full email capabilities. It includes tools for sending, receiving, and managing emails, with features like scheduling, auto-reply, and contact management. The server integrates seamlessly with MCP clients like Claude Desktop and Cursor, using KeyID.ai's email infrastructure without requiring human registration or API keys. The 27 available tools cover all essential email operations from basic inbox management to advanced features like webhooks and metrics tracking.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need email capabilities for AI agents without the complexity of setting up traditional email accounts or managing API keys.
When NOT to choose this
Not suitable if you need to connect to existing email accounts (Gmail, Outlook) or require advanced email filtering rules beyond what the MCP server provides.
Tools this server exposes
12 tools extracted from the READMEkeyid_provisionRegister agent and get email address
keyid_get_emailGet current active email address
keyid_get_inboxFetch inbox with search and filtering
keyid_sendSend email with options for scheduling, display name and HTML
keyid_replyReply to an existing message
keyid_list_threadsList conversation threads
keyid_create_contactCreate a new contact
keyid_set_auto_replyConfigure vacation responder
keyid_create_webhookCreate a webhook to monitor email events
keyid_get_metricsQuery usage metrics
keyid_create_draftCreate an email draft
keyid_update_messageUpdate read/starred status of messages
Comparable tools
Installation
Install
npm install @keyid/agent-kit
# or
yarn add @keyid/agent-kitWith Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"keyid": {
"command": "npx",
"args": ["@keyid/agent-kit"],
"env": {
"KEYID_PUBLIC_KEY": "...hex...",
"KEYID_PRIVATE_KEY": "...hex..."
}
}
}
}FAQ
- Is email service really free?
- Yes, the email service is provided free of charge by KeyID.ai without requiring human registration or API keys.
- Can I use this with any MCP client?
- Yes, it's compatible with any MCP client including Claude Desktop, Cursor, and custom implementations.
Compare agent-kit with
Last updated · Auto-generated from public README + GitHub signals.