gas-mcp-server

RLASAF12/gas-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Google Apps Script MCP Connector for Claude — list, read, edit, deploy, and run Apps Script projects directly from Claude
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": {
    "gas-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "RLASAF12/gas-mcp-server"
      ]
    }
  }
}