Loading MCP server directory, please wait...
MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.
npx @getmcp/cli add io.github.A1-x-Tech/mcp-google-apps-scriptRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.A1-x-Tech/mcp-google-apps-script": {
"command": "npx",
"args": [
"-y",
"mcp-google-apps-script"
],
"env": {
"GOOGLE_APPS_SCRIPT_CLIENT_ID": "",
"GOOGLE_APPS_SCRIPT_CLIENT_SECRET": "",
"GOOGLE_APPS_SCRIPT_REFRESH_TOKEN": "",
"GOOGLE_APPS_SCRIPT_ACCESS_TOKEN": "",
"GOOGLE_APPS_SCRIPT_API_BASE": "https://script.googleapis.com",
"GOOGLE_APPS_SCRIPT_TIMEOUT_MS": "60000",
"GOOGLE_APPS_SCRIPT_MAX_RETRIES": "3"
}
}
}
}