google-sheets-mcp
Integrates with Google Drive to manage spreadsheet files (create, list, delete) and uses Drive API for file-level access.
Provides tools for interacting with Google Sheets, including reading, writing, formatting, creating, and managing spreadsheets, sheets, rows, and columns.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@google-sheets-mcpAdd a new sheet named 'Q4 Report' to my sales spreadsheet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
google-sheets-mcp
Serveur MCP (Model Context Protocol) pour piloter Google Sheets depuis Claude Code / Claude Desktop via OAuth2.
Features
Lecture, écriture, création, formatage de spreadsheets Google.
Tools fournis :
list_spreadsheets,get_spreadsheet_info,add_sheet,copy_sheet,delete_sheetread_range,batch_read,write_range,append_rows,clear_rangeinsert_rows_columns,delete_rows_columns,sort_range,find_replaceformat_cells(backgroundColor, textColor, bold, italic, fontSize, alignment, numberFormat)create_spreadsheet
Related MCP server: @node2flow/google-sheets-mcp
Install
git clone https://github.com/pabgof/google-sheets-mcp.git
cd google-sheets-mcp
npm install
npm run buildCredentials Google
Console Google Cloud → APIs & Services → OAuth 2.0 Client ID (type Desktop app)
Active Google Sheets API + Google Drive API
Récupère
client_id+client_secret
Authentification
export GOOGLE_CLIENT_ID=ton_client_id
export GOOGLE_CLIENT_SECRET=ton_client_secret
npm run authOuvre un navigateur, valide → token stocké dans ~/.config/mcp-google-sheets/tokens.json.
Config Claude
Ajoute dans ~/.claude.json sous mcpServers :
"google-sheets": {
"type": "stdio",
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/google-sheets-mcp/build/index.js"],
"env": {
"GOOGLE_CLIENT_ID": "<ton_client_id>",
"GOOGLE_CLIENT_SECRET": "<ton_client_secret>"
}
}Redémarre Claude.
Scopes OAuth
https://www.googleapis.com/auth/spreadsheetshttps://www.googleapis.com/auth/drive.file
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with Google Sheets through natural language, allowing users to create, read, update, and manage spreadsheet data via the Google Sheets API v4.Last updated
- Alicense-qualityDmaintenanceMCP server for managing Google Sheets via 23 tools, enabling read/write, formatting, sheet management, and data operations through natural language.Last updated81MIT
- Alicense-qualityAmaintenanceMCP server for Google Sheets - read, write, and query spreadsheet data.Last updated1,2422MIT
- Alicense-qualityDmaintenanceMCP server for interacting with Google Sheets, providing tools to list sheets, read data from cell ranges, and write data to cell ranges.Last updated3MIT
Related MCP Connectors
Streamable HTTP MCP server for Google Calendar and Sheets with OAuth login.
Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.
A MCP server built for developers enabling Git based project management with project and personal…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pabgof/google-sheets-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server