Google Sheets
Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
About This MCP Server
This server acts as an OAuth proxy to Google:
1. Server advertises itself as an OAuth authorization server via /.well-known/oauth-authorization-server 2. /register returns the Google OAuth client credentials 3. /authorize redirects to Google, encoding the client's callback URL in state 4. /callback receives the code from Google and forwards to the client's callback 5. /token proxies token requests to Google, injecting client credentials 6. /mcp handles MCP requests, using the bearer token to call Google Sheets API
The server holds no tokens or state - it just proxies OAuth to Google.
What Problems It Solves
- (These are just examples - any workflow that needs spreadsheet data can use this. Use in combination with google-drive-mcp for finding files
- deleting
- comments
- and sharing permissions.)
Specifications
Hosting
Hosting Options
- Package
Performance
Usage
Quick Reference
- Name
- Google Sheets
- Function
- Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
- Transport
- Package
- Language
- JavaScript/TypeScript
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.