CommunicationJavaScript
agent-kit
Give Claude, Cursor, or any MCP client a real email address.
N/A rating (0 reviews)0 installs611 GitHub stars
emailMCPAI
This MCP server provides 27 email tools via Model Context Protocol (MCP) that allow AI agents to send, receive, reply, and manage emails autonomously without human registration or API keys. It is powered by KeyID.ai, offering a free email infrastructure for AI agents.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agent-kit-1": {
"args": [
"-y",
"@keyid/agent-kit"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.