Back to MCP directory
publicPublicdnsLocal runtime

mcp-server-email

为AI助手提供电子邮件服务的MCP服务器

article

README

🚀 快速开始

检查

uv add "mcp[cli]" google-auth google-auth-oauthlib google-api-python-client
mcp dev server.py

安装

Claude Desktop

  1. 设置电子邮件地址
  2. 设置OAuth 2.0凭证并保存到.env
  3. 对Claude Desktop进行安装
mcp install server.py --env-file .env
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client