Skip to main content
Glama

Google Apps Script MCP Server

by mohalmah

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoOptional port for OAuth callback3001
NODE_ENVNoOptional environment setting (development, production)development
LOG_LEVELNoOptional logging level (debug, info, warn, error)info
GOOGLE_APP_SCRIPT_API_CLIENT_IDYesYour Google OAuth 2.0 Client ID for accessing the Google Apps Script API
GOOGLE_APP_SCRIPT_API_CLIENT_SECRETYesYour Google OAuth 2.0 Client Secret for accessing the Google Apps Script API

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
script_projects_deployments_delete

Delete a deployment of an Apps Script project.

script_projects_create

Create a new Google Apps Script project.

script_projects_versions_create

Creates a new version of a Google Apps Script project.

script_projects_deployments_create

Creates a deployment of an Apps Script project.

script_projects_deployments_update

Updates a deployment of an Apps Script project.

script_projects_deployments_list

Lists the deployments of an Apps Script project.

update_script_content

Updates the content of a specified Google Apps Script project.

script_projects_deployments_get

Get a deployment of an Apps Script project.

script_run

Run a Google Apps Script.

script_projects_get

Get metadata of a Google Apps Script project. OAuth authentication is handled automatically.

list_script_processes

List information about a script's executed processes.

get_script_metrics

Get metrics data for Google Apps Script projects.

script_projects_get_content

Get the content of a Google Apps Script project.

script_projects_versions_list

List the versions of a Google Apps Script project.

script_projects_versions_get

Get a version of a Google Apps Script project.

script_processes_list

List processes for a Google Apps Script project.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mohalmah/google-appscript-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server