Odel
google docs mcp server

google docs mcp server

Local
@gigabrainobserver4PythonMITUpdated 6mo ago

Google Docs MCP server with full tab support, markdown extraction, and batch updates.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIgoogle-docs-mcp-serverv0.1.1

Run

uvx google-docs-mcp-server

MCP client config

{
  "mcpServers": {
    "google-docs-mcp-server": {
      "command": "uvx",
      "args": [
        "google-docs-mcp-server"
      ]
    }
  }
}