Model Context Protocol (MCP) server configuration and tool manifest for googleworkspace/apps-script-samples
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"apps-script-samples": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apps-script-samples"
]
}
}
}