gmail_MCP

RustSandbox/gmail_MCP
★ 6 stars Rust 🔌 API Integration Updated 7mo ago
A clean, simplified Model Context Protocol (MCP) server for Gmail integration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gmail_mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "gmail_MCP"
      ]
    }
  }
}