Gmail-MCP-Client

Courage-7/Gmail-MCP-Client
★ 0 stars Python 🔒 Security Updated today
Python client and endpoint discovery utilities for testing Gmail MCP server authentication and capabilities.
View on GitHub → Try with Claude — $10 free →

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-client": {
      "command": "uvx",
      "args": [
        "gmail-mcp-client"
      ]
    }
  }
}

Or install with pip: pip install gmail-mcp-client

README Excerpt

Python utilities for authenticating with Google OAuth and testing access to a Gmail Model Context Protocol (MCP) server endpoint. The project includes an interactive client for initializing an MCP session and listing server capabilities, plus an endpoint discovery script for validating candidate Gmail or Workspace MCP URLs.

Tools (1)

GOOGLE_CLIENT_SECRET