Back to directory
daigo38/g-shell-mcp

daigo38/g-shell-mcp

@daigo38

MCP server for executing and managing Google Apps Script (GAS) to interact with Google Sheets, Forms, and other services.

google-apps-scriptgasgoogle-sheetsgoogle-formsautomationllmmcp

Installation & Configuration

{
  "mcpServers": {
    "g-shell": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/g-shell-mcp",
        "run",
        "main.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17