> mcp // google workspace
Apps Script
for AI.
MCP server for managing Google Apps Script projects, deployments, and remote function execution.
// what it is
Google Apps Script sits behind most serious Google Workspace automation: custom menus, scheduled reports, form handlers, and glue code that connects Sheets to Docs to Gmail. This connector lets your AI assistant create, edit, and deploy scripts directly, and then run them, turning any Apps Script function into something you can trigger from a conversation.
GOOD FOR // Google Workspace power users and developers who want their AI assistant to write, deploy, and trigger automation scripts without switching between the Apps Script editor and the rest of their tools.
// what you can do
Script project management
List all your Apps Script projects, open and read their source code, create new projects, and update script content, all without leaving your conversation.
Versions and deployments
Create version snapshots, manage deployments (web apps, APIs), and keep production and development versions separate and tracked.
Remote execution
Run any deployed Apps Script function directly from your AI assistant and get the result back. Also inspect running and completed process logs to debug what happened.
// try asking
List my Apps Script projects and show me the code for the monthly report script.
Create a new Apps Script project called 'Invoice Reminder' and add the email function I've drafted.
Deploy the latest version of the client-sync script as a web app.
Run the generateReport function and show me the output.
// the full toolset
script_projects 5 Project management (list, get, create, get_content, update_content) script_deployments 8 Versions & deployments (list_versions, get_version, create_version, list, get, create, update, delete) script_execute 3 Remote execution (run, list_processes, list_script_processes) // connect
Works with Claude (Code, Desktop, claude.ai), and any MCP-compatible client. OAuth on first connect: no keys to paste.
claude mcp add --transport http apps-script-mcp https://apps-script.mcp.jezweb.ai/mcp claude.ai: Settings → Connectors → Add connector → https://apps-script.mcp.jezweb.ai/mcp
// more in google workspace
Google Calendar
Create, update, and manage calendar events.
Google Chat
Read and send messages across Google Chat spaces.
Google Docs
MCP server enabling Claude to create, read, edit, and format Google Docs with AI assistance..
Google Drive
Upload, download, and organise files in Google Drive.
Google Sheets
MCP server enabling Claude to read, write, and format Google Sheets with AI assistance..
Google Slides
MCP server enabling Claude to create, read, edit, and format Google Slides presentations with AI assistance..