Sheeter MCP Server
Enables interaction with Google Sheets through the Sheeter API, providing tools for creating spreadsheets, reading and analyzing data, writing and updating cells, appending data, clearing ranges, deleting rows, and performing batch operations.
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., "@Sheeter MCP Serveradd this week's sales data to my monthly report 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.
Sheeter MCP Server
MCP server that enables Claude Desktop to interact with Google Sheets through the Sheeter API.
Main Project: github.com/SarthakS97/sheeter
What it does
Connects Claude Desktop to Google Sheets via secure API, enabling:
Create spreadsheets through conversation
Read and analyze sheet data
Write and update cells
Append data to sheets
Clear ranges and delete rows
Get spreadsheet metadata
Batch operations for efficiency
Related MCP server: google-sheets-mcp
Setup
1. Get API Key
Visit sheeter-2.onrender.com and sign in with Google to get your API key.
2. Configure Claude Desktop
Add to your Claude Desktop MCP configuration:
{
"mcpServers": {
"sheeter": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-web"],
"env": {
"WEB_BASE_URL": "https://sheeter-2.onrender.com",
"WEB_API_KEY": "your_api_key_here"
}
}
}
}3. Use with Claude
Ask Claude to work with your spreadsheets:
"Create a budget tracker spreadsheet"
"Read data from my sales sheet"
"Add this week's expenses to my tracker"
"Analyze my project data and create a summary"
Available Tools
create_spreadsheet- Create new Google Spreadsheetsread_sheet- Read data from sheetswrite_sheet- Update specific rangesappend_to_sheet- Add data to end of sheetsclear_range- Clear specific rangesbatch_get_ranges- Read multiple ranges at oncebatch_update_ranges- Update multiple rangesget_sheet_metadata- Get spreadsheet informationdelete_rows- Remove specific rowsbatch_update_spreadsheet- Advanced operations
Tech Stack
TypeScript
MCP SDK
Sheeter API integration
Deployed on Smithery
Source
This MCP server is part of the larger Sheeter project: github.com/SarthakS97/sheeter
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Connect AI assistants to Google Sheets through controlled tools for reading and updating rows.
Give Claude only the Google Drive files you choose. Every action logged.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, append, and clear data in Google Sheets directly using a Google Cloud Service Account. It provides tools for real-time spreadsheet interaction, including fetching sheet metadata and managing cell ranges through simple commands.178MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, write, append, create, and clear Google Sheets data using natural language.-
- AlicenseAqualityDmaintenanceEnables to read, write, format cells, create charts, use formulas, and manage Google Sheets spreadsheets directly from Claude, Cursor, or any MCP-compatible client.2718MIT
- AlicenseNot gradedqualityBmaintenanceEnables Claude Desktop to read, write, and manage Google Sheets through natural language conversation using the Model Context Protocol.12MIT
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/SarthakS97/sheeter-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server