Google Sheets OAuth MCP
Enables creating and reading Google Sheets in your personal Drive using OAuth authentication. Files are owned by you, not a service account.
README
Google Sheets (OAuth) MCP — for MCP Studio
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.
Setup
You need a Google OAuth Client ID before installing.
- https://console.cloud.google.com → APIs & Services → Credentials.
- Create Credentials → OAuth client ID.
- Application type: Desktop app. (Web app works too if you prefer.)
- Give it a name (e.g. "MCP Studio Sheets"). Click Create.
- Copy the Client ID Google shows you. (No client secret needed — Studio uses PKCE.)
- On the OAuth consent screen tab, add your Google email to Test users if the consent screen is in Testing mode.
- Make sure Google Sheets API and Google Drive API are enabled (APIs & Services → Library → Enable).
Install in MCP Studio
/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:
- Paste your OAuth Client ID into the input field and click Save.
- Click Authorize in browser below. Approve the Google consent screen. Studio captures the tokens.
After that:
/osheet_create Democreates a sheet owned by you, in your My Drive.
Why the duplicated trigger names
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.
Caveats
- Studio currently keeps OAuth tokens in memory only (no keychain
persistence yet — tracked in the main repo's
docs/ROADMAP.md). You'll re-authorize on every Studio launch. - Google access tokens expire after ~1 hour. The MCP's OAuth2Client
auto-refreshes IF Google handed us a
refresh_tokenon first consent. If it didn't (this happens when you've authorized this client before), reauthorize withprompt=consentonce to force a new refresh token.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.