Execute Google Apps Script code by providing the script ID to automate tasks in Google Workspace applications.
194,485 tools. Last updated 2026-06-11 22:32
"Google Apps Script" matching MCP tools:
- Create a new Google Apps Script project by specifying a parent project ID and title for the script.
- Discover similar apps on Google Play by entering an app ID. Retrieve apps from the 'Similar apps' cluster on the app details page.MIT
- Retrieve apps from Google Play top collections by category, country, and language. Filter by free, paid, or grossing lists to get structured app data.MIT
- Retrieve apps published by a specific Google Play developer using developer ID or name. Optionally filter by country, language, and fetch full app details.MIT
- Generate Apps Script code to create automated triggers for time-based events, document actions, or form submissions when the Apps Script API cannot create them directly.MIT
Matching MCP Servers
- FlicenseBqualityCmaintenanceProvides integration with the Google Apps Script API, allowing management of script projects, deployments, versions, and executions through any MCP-compatible client like Claude Desktop or VS Code.Last updated1646
- Alicense-qualityCmaintenanceMCP server for Claude Code CLI that integrates with Google Workspace, enabling management of Docs, Sheets, Drive, Gmail, Calendar, and Apps Script.Last updated132MIT
Matching MCP Connectors
Local business lead extraction with email + phone enrichment from Google Maps.
MCP server providing Google Maps data, local business information, place details, and geolocation services for AI agents.
- Permanently delete a Google Apps Script project by its ID. This action cannot be undone and removes all associated code and configurations.MIT
- Retrieve metadata for a specific version of a Google Apps Script project, including its description and creation time.MIT
- Permanently delete an Apps Script project from Google Drive. The script project and its Drive file are removed, with possible restoration from Trash within 30 days via web UI.MIT
- Create new Google Apps Script projects, either standalone or bound to Google Docs, Sheets, Forms, or Slides for document-specific automation.MIT
- Retrieve Google Play Store category identifiers for filtering apps in market research and competitor analysis.MIT
- Create immutable snapshots of Google Apps Script projects to preserve code states for deployment or backup purposes.MIT
- Delete a standalone Apps Script project by providing its Drive file ID. Use dry run to preview the deletion without permanent action.MIT
- List all deployments of an Apps Script project to view versioned snapshots used as web apps, APIs, add-ons, or libraries.MIT
- Execute a specified function within a Google Apps Script project. Supports passing parameters and running in developer mode for immediate code testing.MIT
- List Google Apps Script projects in Drive by scanning file metadata. Returns paginated results for browsing.MIT
- Update a Google Apps Script deployment by changing its description or version number. Use dry run to preview changes before applying.MIT
- Create a new Apps Script project in your Google Drive, optionally under a parent folder, with a dry run mode to preview before creation.MIT
- Create a standalone or container-bound Apps Script project in Google Drive. Specify a title and optionally a parent Drive ID to bind the script to a Sheet, Doc, Form, or Slides file.MIT
- Execute functions in deployed Google Apps Script projects by specifying script ID and function name, enabling automated workflow integration and API execution.MIT