Claude-GAS-BridgeServer

KaishuShito
GitHub
MCPGoogle Apps ScriptApplication Automation

Loading subscription status...

💡 Description

A bridge server that connects MCP clients (like Claude Desktop) to Google Apps Script, allowing the execution of GAS scripts through natural language interfaces.

📝 JSON Entries

{
  "mcpServers": [
    {
      "gas-bridge": {
        "args": [
          "/absolute/path/claude-gas-bridge/bridge.mjs"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

execute-gas

Features

  • Allows execution of custom Google Apps Script code
  • Integrates with MCP clients

💬 Example Queries

  • Execute a GAS script to generate a report
  • Run my Google Apps Script via chat