Google Apps Script MCP Connector for Claude — list, read, edit, deploy, and run Apps Script projects directly from Claude
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gas-mcp-server": {
"command": "npx",
"args": [
"-y",
"RLASAF12/gas-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add gas-mcp-server npx -y RLASAF12/gas-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gas-mcp-server": {
"command": "npx",
"args": [
"-y",
"RLASAF12/gas-mcp-server"
]
}
}
}