mcp-server-..

grat-cellpm/mcp-server-..
★ 0 stars Python Code/Dev Tools Updated 1d ago
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-..": {
      "command": "uvx",
      "args": [
        "mcp-server-.."
      ]
    }
  }
}

Or install with pip: pip install mcp-server-..

README Excerpt

A Python-based MCP-style server using FastAPI that integrates with Google Docs and Gmail. Before executing any action (e.g., appending to a doc, creating an email draft), it will prompt for your approval in the terminal. 1. Go to the [Google Cloud Console](https://console.cloud.google.com/). 2. Create a new project or select an existing one.