google-api-nodejs-client (MCP Server)

GitHub

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.

Claude Desktop Configuration

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"
      ]
    }
  }
}