MCP-Server-Gmail-GoogleDocs-

yv12/MCP-Server-Gmail-GoogleDocs-
★ 0 stars Python Memory/Knowledge Updated today
An MCP server.
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": {
    "mcp-server-gmail-goo": {
      "command": "uvx",
      "args": [
        "mcp-server-gmail-googledocs-"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-gmail-googledocs-

README Excerpt

This is a Model Context Protocol (MCP) server that exposes Google Docs and Gmail capabilities to LLMs via the official `mcp` SDK using an SSE transport over FastAPI. 1. Go to the [Google Cloud Console](https://console.cloud.google.com/). 2. Create a new project. 3. Enable the **Google Docs API** and **Gmail API**.