iris

lantzh/iris
★ 0 stars TypeScript 🔒 Security Updated 1d ago
A standalone MCP server for sending emails via Gmail
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": {
    "iris": {
      "command": "npx",
      "args": [
        "-y",
        "lantzh/iris"
      ]
    }
  }
}

README Excerpt

A standalone MCP (Model Context Protocol) server for sending emails via Gmail. Built with the @modelcontextprotocol/sdk and designed for deployment on Railway. - **MCP Server Implementation**: Proper MCP server using `McpServer` class and `StreamableHTTPServerTransport` - **Gmail Integration**: Send emails using the Gmail API with OAuth2 authentication

Tools (7)

GMAIL_CLIENT_IDGMAIL_CLIENT_SECRETGMAIL_REFRESH_TOKENIRIS_API_KEYPORTStreamableHTTPServerTransportsend_email