google-sheet-mcp
Provides tools for creating, reading, updating, appending, and clearing values in Google Sheets, as well as adding sheets and pasting markdown reports.
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-sheet-mcpRead the range A1:C10 from my budget sheet"
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
A local MCP server for creating, reading, and updating Google Sheets.
Tools
sheets_create_spreadsheet- create a new Google spreadsheetsheets_get_values- read a range from a sheetsheets_update_values- overwrite a rangesheets_append_values- append rowssheets_clear_values- clear a rangesheets_add_sheet- add a new tabsheets_paste_markdown_report- paste a markdown report as one line per row
Related MCP server: google-sheets-mcp
Setup
Enable the Google Sheets API for the Google Cloud project.
Enable the Google Drive API if you want to create new spreadsheets.
Fill
.envwith your OAuth client values.Generate a Sheets-scoped refresh token:
npm run authOpen the printed Google URL, approve access, then copy the printed SHEETS_REFRESH_TOKEN into .env.
Install and build:
npm install
npm run buildCodex config
[mcp_servers.google-sheets]
command = "node"
args = ["/Users/sandeshsonabakhilari/Desktop/my-mcp/google-sheets-mcp/dist/index.js"]The MCP reads credentials from /Users/sandeshsonabakhilari/Desktop/my-mcp/google-sheets-mcp/.env.
Example
Create a spreadsheet:
{
"title": "Gmail Reports",
"sheetTitle": "Read Mail Priority"
}Paste a report:
{
"spreadsheetId": "...",
"range": "Read Mail Priority!A1",
"markdown": "# Report...",
"clearFirst": true
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/SandeshKhilari01/google-sheet-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server