1. Conduid
  2. Analytics
  3. Sheeter
MCP server · Analytics

Sheeter

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.

Unclaimed analytics
34Low

Scored 4 months ago · breakdown

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

Clone
git clone https://github.com/SarthakS97/sheeter-mcp-server

This 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

I know everything about Sheeter. Ask me about installation, configuration, usage, or troubleshooting.

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 Spreadsheets
  • read_sheet - Read data from sheets
  • write_sheet - Update specific ranges
  • append_to_sheet - Add data to end of sheets
  • clear_range - Clear specific ranges
  • batch_get_ranges - Read multiple ranges at once
  • batch_update_ranges - Update multiple ranges
  • get_sheet_metadata - Get spreadsheet information
  • delete_rows - Remove specific rows
  • batch_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.

Questions

About Sheeter

How do I install Sheeter?

Run git clone https://github.com/SarthakS97/sheeter-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Sheeter safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Sheeter still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.