Skip to content
Cursor

Email2Chat for Cursor

io.github.bayramcsb/email2chat-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Email2Chat in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "email2chat-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "email2chat-mcp"
      ],
      "env": {
        "EMAIL2CHAT_API_KEY": "<EMAIL2CHAT_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Email2Chat in other clients