# mcp-google-sheets mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mcp-google-sheets in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:mcp-google-sheets
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install mcp-google-sheets
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:mcp-google-sheets
- **Paketmanager:** Homebrew
- **Version:** 0.6.3
- **Quellzusammenfassung:** MCP server integrates with your Google Drive and Google Sheets
- **Homepage:** <https://github.com/xing5/mcp-google-sheets>
- **Zuletzt aktualisiert:** 2026-07-15T11:30:58Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- mcp-google-sheets (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.6.3
## Projektgeschichte und Nutzung

mcp-google-sheets is a Python Model Context Protocol server that connects MCP-compatible AI clients to Google Drive and Google Sheets. The README presents it as an AI assistant gateway for creating, reading, and modifying spreadsheets through Google APIs.

### Projektgeschichte

The GitHub repository was created in March 2025 and published a continuing 0.x release series through 2026, including v0.6.3 in May 2026. The README documents uvx as the recommended user path and also supports local development with uv and Docker/SSE operation.

The project is centered on Google Cloud credentials and Sheets/Drive API setup: users create or select a GCP project, enable the Google Sheets and Drive APIs, and choose service account, OAuth, direct credential injection, or Application Default Credentials.

### Adoptionsgeschichte

The supplied package facts list Homebrew packaging, and the official README includes PyPI version/download badges. That puts the project in both Python packaging and system package-manager discovery paths.

Its adoption story is tied to practical MCP usage: spreadsheets are common business data stores, and this server exposes them as MCP tools for AI clients without each client needing its own Google Sheets integration.

### Wie es verwendet wird

Users typically run uvx mcp-google-sheets@latest after setting credentials and a Drive folder ID, then add the command to an MCP client such as Claude Desktop. The README documents service account and OAuth credential files, token storage, and direct base64 credential injection for container environments.

The server exposes tools for listing spreadsheets, reading sheet data, updating cells, getting formulas, batch updates, and creating charts. It also documents tool filtering to reduce context usage when only a subset of spreadsheet tools is needed.

### Warum Paket-Nerds sich dafür interessieren

mcp-google-sheets is package-nerd significant as a good example of a credential-heavy API integration being delivered as a small CLI/server package. Its README captures the packaging tension of MCP servers: easy uvx startup, but careful environment and secret handling.

### Zeitleiste

- 2025-03: GitHub repository created.
- 2025-05: Early 0.3 and 0.4 releases published.
- 2025-12: v0.6.0 published.
- 2026-05: v0.6.3 published on GitHub releases.

### Related projects

- Related projects include other MCP servers for Google services, official Google Sheets and Drive APIs, and MCP-compatible clients such as Claude Desktop.

### Quellen

- <https://github.com/xing5/mcp-google-sheets>
- <https://github.com/xing5/mcp-google-sheets#readme>
- <https://github.com/xing5/mcp-google-sheets/releases>
- <https://modelcontextprotocol.io/introduction>
- source_facts.package-manager


## Sicherheitshinweise

Für mcp-google-sheets wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Credential files

- Unix: credentials.json, token.json, /path/to/service-account-key.json
- Windows: C:\path\to\your\service-account-key.json, credentials.json, token.json

## Combined YAML source

View the package source record on GitHub. [combined/mcp-google-sheets.yml](https://github.com/mxcl/pkgdb/blob/main/combined/mcp-google-sheets.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
