← Back to Plugins
MCP Server MCP

Email2Chat

github By github 👁 1 views ▲ 0 votes

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

Homepage Verified source GitHub

Install

uvx email2chat-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "email2chat-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key from the Email2Chat dashboard (starts with em2c_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "EMAIL2CHAT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...