SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentsagent-kit

agent-kit

by KeyID-AI

Pending

Give Claude/Cursor email powers. 27 MCP tools — inbox, send, reply, contacts, search. Free, no signup.

404stars
1forks
JavaScript
Added 3/14/2026
View on GitHubDownload ZIP
AI Agentsagentai-agentclaudeemailkeyidmcpmodel-context-protocolsmstools
Installation
# Add to your Claude Code skills
git clone https://github.com/KeyID-AI/agent-kit
README.md

@keyid/agent-kit

Give Claude, Cursor, or any MCP client a real email address. Free. No signup.

27 email tools via Model Context Protocol (MCP): send, receive, reply, search inbox, manage contacts, set auto-reply, schedule delivery — everything an AI agent needs to handle email autonomously.

Powered by KeyID.ai — free email infrastructure for AI agents. No human registration, no API keys to manage, no cost.

Install

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

Usage

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..."
      }
    }
  }
}

With any MCP client

# Run directly
npx @keyid/agent-kit

# Or with existing keypair
KEYID_PUBLIC_KEY=abc123 KEYID_PRIVATE_KEY=def456 npx @keyid/agent-kit

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | KEYID_BASE_URL | API base URL | https://keyid.ai | | KEYID_PUBLIC_KEY | Ed25519 public key (hex) | Auto-generated | | KEYID_PRIVATE_KEY | Ed25519 private key (hex) | Auto-generated |

Tools (27)

Identity & Auth

| Tool | Description | |------|-------------| | keyid_provision | Register agent, get email address | | keyid_get_email | Get current active email |

Messages

| Tool | Description | |------|-------------| | keyid_get_inbox | Fetch inbox (with search, filtering) | | keyid_send | Send email (scheduled, display name, HTML) | | keyid_reply | Reply to a message | | keyid_forward | Forward a message | | keyid_update_message | Update read/starred status | | keyid_get_unread_count | Count unread messages |

Threads & Drafts

| Tool | Description | |------|-------------| | keyid_list_threads | List conversation threads | | keyid_get_thread | Get thread with messages | | keyid_create_draft | Create a draft | | keyid_send_draft | Send a draft |

Settings

| Tool | Description | |------|-------------| | keyid_get_auto_reply | Get auto-reply settings | | keyid_set_auto_reply | Configure vacation responder | | keyid_get_signature | Get email signature | | keyid_set_signature | Set email signature | | keyid_get_forwarding | Get forwarding settings | | keyid_set_forwarding | Configure forwarding |

Contacts

| Tool | Description | |------|-------------| | keyid_list_contacts | List saved contacts | | keyid_create_contact | Create a contact | | keyid_delete_contact | Delete a contact |

Webhooks

| Tool | Description | |------|-------------| | keyid_list_webhooks | List webhooks | | keyid_create_webhook | Create webhook | | keyid_get_webhook_deliveries | Delivery history |

Lists & Metrics

| Tool | Description | |------|-------------| | keyid_manage_list | Add/remove from allow/blocklist | | `ke...

Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
179,165
55,789
TypeScript
MCP Serversaiapis
View details
gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,754
12,257
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
76,097
9,506
JavaScript
AI Agentsai-agentsanthropic
View details
context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
49,063
2,314
TypeScript
MCP Serversllmmcp
View details
TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
48,947
22,642
Python
MCP Serversaibark
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
44,141
4,446
Python
AI Agentsagent-skillsai-agents
View details