email-mcp-server

Rajath2000/email-mcp-server
★ 0 stars TypeScript AI/LLM Updated today
This project is a custom **Model Context Protocol (MCP)** server built to allow AI Assistants (like Claude, Cursor, or custom agents) to dynamically read and interact with a user's email inbox. It was built as a learning project to understand the MCP architecture and integrate legacy protocols (IMAP) with modern AI tools.
View on GitHub → Try with Claude — $10 free →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "Rajath2000/email-mcp-server"
      ]
    }
  }
}