MCP.so
登录

[WIP] Programmable Email

@juecd

关于 [WIP] Programmable Email

MCP server for Gmail

基本信息

分类

沟通协作

传输方式

stdio

发布者

juecd

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "programmable-email": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "programmable-email"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Programmable Email?

Programmable Email is an MCP server that connects Claude (or any MCP client) with Gmail using local OAuth tokens. It is designed for experimentation and testing purposes, and any emails fetched will be sent to Claude’s servers.

How to use Programmable Email?

Obtain Gmail OAuth credentials (credentials.json and token.json), build the Docker image with docker build -t programmable-email ., then configure Claude Desktop’s claude_desktop_config.json to run the image. Open or restart Claude, then ask Claude to retrieve your recent unread emails.

Key features of Programmable Email

  • Connects Claude or any MCP client to Gmail
  • Uses local OAuth tokens for authentication
  • Runs inside a Docker container
  • Retrieves recent unread emails from Gmail
  • Designed for experimentation and testing
  • Fetched emails are sent to Claude’s servers

Use cases of Programmable Email

  • Retrieve and review recent unread emails via Claude
  • Experiment with MCP-based email tool integration
  • Test OAuth workflow for Gmail in a local MCP setup

FAQ from Programmable Email

What are the prerequisites?

Docker and Claude Desktop for Mac are required.

How do I get Gmail OAuth credentials?

Follow the Google Workspace guide to create a personal OAuth client ID for a server-side application. Place credentials.json in the root directory.

Where does token.json come from?

It is automatically generated the first time you use your Google OAuth credentials.

What are the current limitations?

Only a subset of Gmail search capabilities is available. Send functionality is not yet implemented. All fetched emails are sent to Claude’s servers.

Is Programmable Email production-ready?

No, it is intended for experimentation and testing only.

评论

沟通协作 分类下的更多 MCP 服务器