communication

Inbox Zero

An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.

python
cloud
communication
0
View on GitHub

Installation

npx -y elie222/inbox-zero

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "inbox-zero",
  "command": "npx",
  "args": [
    "-y",
    "elie222/inbox-zero"
  ]
}

About This MCP Server

elie222/inbox-zero

An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.

GitHub: https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub