
Google Apps Script guMCP Server
Manage and execute Google Apps Script projects
Tools
Get Script
Get metadata and details of a specific Google Apps Script project by its script ID. Returns comprehensive project information including title, creation time, last modification, and project structure.
List App Scripts
List Google Apps Script projects from Google Drive, including owned scripts and scripts shared with you. Uses Google Drive API to find all Apps Script files.
Get Script Content
Get the source code and file content of a Google Apps Script project. Returns all files in the project including their source code.
Run Script
Execute a Google Apps Script function remotely. The script must be deployed and you must have execution permissions.
Create Script
Create a new Google Apps Script project with the specified title. Optionally specify a parent project.
Update Script Content
Update Google Apps Script project code. Simple interface to replace, append, or create new code files.
Deploy Script
Deploy a Google Apps Script project to make it executable. Creates a new deployment with the latest version of the script.
List Deployments
List all deployments of a Google Apps Script project. Shows deployment IDs, versions, and configuration.
Create Version
Create a new saved version of a Google Apps Script project
List Versions
List all versions of a Google Apps Script project. Shows version numbers, creation time, and descriptions.
Installation Steps
Get StartedCreate a Gumloop Account
To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.
Generate Your Server URL
Generate and copy your MCP server URL to use in your application.