The Claude-GAS-Bridge server connects MCP clients (like Claude Desktop) with Google Apps Script (GAS) Interpreter, enabling remote execution of GAS scripts through the MCP protocol.
Capabilities:
Execute Custom GAS Scripts: Send scripts to be executed via the
execute-gastoolPass Authentication: Include required API keys to authenticate requests
Add Metadata: Provide optional script titles for organization
Handle JSON Input: Process requests with required fields (
script,apiKey) and optional parametersConnect Systems: Bridge MCP-compatible tools with GAS Interpreter backends
Allows execution of custom Google Apps Script code through a bridge that forwards scripts from an MCP client to a GAS Interpreter endpoint, enabling AI agents to run custom scripts in the Google Apps Script environment.
This server cannot be installed