- Explore MCP Servers
- mcp-inbox
Mcp Inbox
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










