Google Docs API MCP ServerServer

ag2-mcp-servers
GitHub
Google DocsMCP ServerAI Integration

Loading subscription status...

💡 Description

An MCP (Multi-Agent Conversation Protocol) Server that enables AI agents to interact with Google Docs via natural language, automatically generated using AG2's MCP builder.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Google Docs API MCP Server": {
        "env": {
          "CONFIG": "JSON string containing the configuration",
          "SECURITY": "Environment variables for security parameters",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [
          "mcp_server/main.py",
          "stdio"
        ],
        "command": "python"
      }
    }
  ]
}

🛠️ Tools

Pythonpipuvruffpytest

Features

  • Management and manipulation of Google Docs documents
  • Creation, editing, and formatting of documents
  • Handling comments and managing document permissions