loading…
Search for a command to run...
loading…
Enables creating and reading Google Sheets in your personal Drive using OAuth authentication. Files are owned by you, not a service account.
Enables creating and reading Google Sheets in your personal Drive using OAuth authentication. Files are owned by you, not a service account.
OAuth-based Google Sheets MCP. Files are owned by you (the authenticated user), not a service account, so they land in your personal Drive and ownership/sharing works the normal way.
Companion to mcp-studio-google-sheets-mcp which uses a service account. The OAuth flavour avoids the "service-accounts-in-personal-projects can't create files" landmine.
You need a Google OAuth Client ID before installing.
/install https://github.com/RPieterse/mcp-studio-google-sheets-oauth-mcp
After install, Studio opens Settings → MCP Servers → Google Sheets (OAuth). Expand the row, then:
After that:
/osheet_create Demo creates a sheet owned by you, in your My Drive.The service-account MCP uses /sheet_create, /sheet_read. This OAuth
flavour uses /osheet_create, /osheet_read so you can have BOTH MCPs
installed at the same time without trigger collisions.
docs/ROADMAP.md). You'll
re-authorize on every Studio launch.refresh_token on first consent.
If it didn't (this happens when you've authorized this client before),
reauthorize with prompt=consent once to force a new refresh token.from github.com/RPieterse/mcp-studio-google-sheets-oauth-mcp
Выполни в терминале:
claude mcp add google-sheets-oauth-mcp -- npx