email-mcp

LDominguezIA/email-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 8d ago
MCP server para Microsoft 365 — envía, programa y gestiona emails desde Claude Code. Sin dependencias externas, solo Node.js built-ins.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "email-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "LDominguezIA/email-mcp"
      ]
    }
  }
}