Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"google-api-nodejs-client": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-api-nodejs-client"
]
}
}
}