MCP ExplorerExplorer

Mcp Inbox

@maceipon a year ago
1 MIT
FreeCommunity
AI Systems
MCP Inbox is a server that listens for emails and sends updates to MCP clients.

Overview

What is Mcp Inbox

mcp-inbox is a work-in-progress MCP server that listens for new emails and forwards them to your MCP client using Resource Subscription Updates and Gmail push pub-sub.

Use cases

Use cases for mcp-inbox include automated email processing systems, real-time alert systems for email communications, and integration with other services that require email updates.

How to use

To use mcp-inbox, start the server using the command ‘uv run mcp-inbox’ for the default stdio transport, or use ‘uv run mcp-inbox --transport sse --port 8000’ to run it with SSE transport on a custom port.

Key features

Key features of mcp-inbox include email listening capabilities, integration with Gmail’s push pub-sub system, and support for different transport methods such as stdio and SSE.

Where to use

mcp-inbox can be used in applications that require real-time email notifications and updates, particularly in environments that utilize MCP clients for communication.

Content

MCP Inbox

A wip MCP server that listens for new emails and sends them to your MCP client using Resource Subscription Updates and gmail push pub-sub

Usage

Start the server using either stdio (default) or SSE transport:

# Using stdio transport (default)
uv run mcp-inbox

# Using SSE transport on custom port
uv run mcp-inbox --transport sse --port 8000

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers