MCP Catalogs
Home

agent-kit

by KeyID-AI·689·Score 53

MCP email server with 27 tools for inbox, sending, contacts and auto-reply functionality.

communicationproductivityai-llm
7
Forks
1
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:AI agents autonomously managing email communications and responses
you:Building email-enabled chatbots that can send and receive messages
you:Automating email workflows with scheduled delivery and auto-reply features
you:Is email service really free?
you:Can I use this with any MCP client?

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 README
  • keyid_provision

    Register agent and get email address

  • keyid_get_email

    Get current active email address

  • keyid_get_inbox

    Fetch inbox with search and filtering

  • keyid_send

    Send email with options for scheduling, display name and HTML

  • keyid_reply

    Reply to an existing message

  • keyid_list_threads

    List conversation threads

  • keyid_create_contact

    Create a new contact

  • keyid_set_auto_reply

    Configure vacation responder

  • keyid_create_webhook

    Create a webhook to monitor email events

  • keyid_get_metrics

    Query usage metrics

  • keyid_create_draft

    Create an email draft

  • keyid_update_message

    Update read/starred status of messages

Comparable tools

imap-tools-mcpgmail-mcpemailjs-mcp

Installation

Install

npm install @keyid/agent-kit
# or
yarn add @keyid/agent-kit

With 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.