Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From clasp
Runs locally the Google clasp CLI (via npx) to manage Apps Script projects: deploy, pull, push code, create/list projects. Requires clasp login/auth.
npx claudepluginhub google/claspCopy 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
Share bugs, ideas, or general feedback.