About Sheeter
Sheeter is an MCP server in the Analytics category: create new Google Sheets and read data from existing ones. Automate reporting, dashboards, and data pipelines by generating and retrieving sheet content on demand. Streamline workflows by integrating sheet operations into your apps. It has been installed 0 times through Conduid.
Install
git clone https://github.com/SarthakS97/sheeter-mcp-serverThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Sheeter
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
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
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
README mirrored from the source repository 4 months ago. The original is authoritative.