clasp is a command-line tool for developing Google Apps Script projects locally. It exposes functions to push, pull, and deploy scripts, enabling version control and collaboration. It connects to Google Workspace APIs and GitHub for repository management. Developers use it to streamline Apps Script development, manage versions, and collaborate on projects.
clasp is a command-line tool for developing Google Apps Script projects locally. It exposes functions to push, pull, and deploy scripts, enabling version control and collaboration. It connects to Google Workspace APIs and GitHub for repository management. Developers use it to streamline Apps Script development, manage versions, and collaborate on projects.
npx -y @google/claspAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"google-clasp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @google/clasp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from clasp?"
API Key Required
This server requires an API key from clasp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CLASP_API_KEY | Yes | Your clasp API key |
"What resources are available in clasp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in clasp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in clasp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.