MCP Catalogs
首页

agent-kit

by KeyID-AI·689·综合分 53

为AI代理提供完整电子邮件功能的MCP服务器,包含27个工具。

communicationproductivityai-llm
7
Forks
1
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

@keyid/agent-kit 是一个全面的MCP服务器,为AI代理提供完整的电子邮件功能。它包含发送、接收和管理邮件的工具,以及定时发送、自动回复和联系人管理等高级功能。该服务器与Claude Desktop和Cursor等MCP客户端无缝集成,使用KeyID.ai的邮件基础设施,无需人工注册或API密钥。27个可用工具涵盖从基本收件箱管理到网络钩子和指标跟踪等高级功能的全部邮件操作。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI代理自主管理邮件通信和回复
:构建能够发送和接收消息的邮件聊天机器人
:使用定时发送和自动回复功能自动化邮件工作流
:邮件服务真的免费吗?
:我可以将它用于任何MCP客户端吗?

什么时候选它

当您需要为AI代理提供电子邮件功能,而又不想设置传统电子邮件账户或管理API密钥的复杂性时,选择此服务器。

什么时候不要选它

不适合需要连接现有电子邮件账户(Gmail、Outlook)或需要超出MCP服务器提供的复杂邮件过滤规则的场景。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

imap-tools-mcpgmail-mcpemailjs-mcp

安装

安装

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

在Claude Desktop中使用

添加到 claude_desktop_config.json

{
  "mcpServers": {
    "keyid": {
      "command": "npx",
      "args": ["@keyid/agent-kit"],
      "env": {
        "KEYID_PUBLIC_KEY": "...hex...",
        "KEYID_PRIVATE_KEY": "...hex..."
      }
    }
  }
}

FAQ

邮件服务真的免费吗?
是的,KeyID.ai提供的邮件服务完全免费,无需人工注册或API密钥。
我可以将它用于任何MCP客户端吗?
是的,它兼容任何MCP客户端,包括Claude Desktop、Cursor和自定义实现。

agent-kit 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。