Install one command
$ npx -y @smithery/cli install mcp-gsuite --client claude
Or add it with the Claude CLI: claude mcp add markuspfundstein-mcp-gsuite
Configuration generate & copy
Values are filled in locally in your browser — nothing is sent anywhere.
claude_desktop_config.json {
"mcpServers": {
"markuspfundstein-mcp-gsuite": {
"command": "npx",
"args": ["-y", "@smithery/cli", "install", "mcp-gsuite", "--client", "claude"],
"env": {
"UV_PUBLISH_TOKEN": "<your-uv-publish-token>",
"UV_PUBLISH_USERNAME": "<your-uv-publish-username>",
"UV_PUBLISH_PASSWORD": "<your-uv-publish-password>"
}
}
}
}Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.