Stats
Actions
Tags
From clasp
Connects to Google Apps Script API to manage, deploy, and develop Google Workspace automation projects directly from the command line.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"clasp": {
"command": "npx",
"args": [
"-y",
"@google/clasp",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub google/clasp