Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. MCP Gsheets
MCP Gsheets logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:02:20 PM

MCP Gsheets

User RatingsBe the first to rate and review this MCP server!
View Repository97 GitHub StarsTotal stargazers on GitHub for the source repository (97 stars).Visit Website
google-sheetsspreadsheetsdata-platformsproductivity

Connects MCP clients to Google Sheets for reading, editing, formatting, charts, and spreadsheet management.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "freema-mcp-gsheets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-gsheets@latest"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

The freema/mcp-gsheets MCP server connects MCP clients to the Google Sheets API through a local Node.js process. It supports spreadsheet reading and writing, batch operations, formatting, charts, conditional formatting, and sheet management. Authentication uses a Google Cloud service account supplied through a key file or environment variables. Reach for it when an agent needs to inspect or modify shared Google Sheets from clients such as Claude Desktop, Cursor, or Cline.

Use cases

โ€ขRead data from shared Google Sheets
โ€ขWrite agent-generated values to spreadsheets
โ€ขApply formatting and conditional formatting
โ€ขCreate or manage spreadsheet charts
โ€ขRun batch spreadsheet updates

Key features

โ€ขGoogle Sheets API integration
โ€ขSpreadsheet reading and writing
โ€ขBatch operations
โ€ขFormatting and conditional formatting
โ€ขChart support
โ€ขService-account authentication

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Gsheets.

Extracted Tool Capabilities
Google Sheets API integration
Spreadsheet reading and writing
Batch operations
Formatting and conditional formatting
Chart support
Service-account authentication

How MCP Gsheets works

What freema/mcp-gsheets MCP server does

The freema/mcp-gsheets MCP server exposes Google Sheets operations to MCP-compatible clients. It is intended for agents that need to work with spreadsheet documents rather than only retrieve data. The README describes support for reading and writing spreadsheet content, managing sheets, applying formatting, creating charts, and configuring conditional formatting.

The project is written in TypeScript and targets Node.js 20 or later. It is distributed as the mcp-gsheets npm package, so an MCP client can launch it locally with npx. The repository is licensed under MIT.

How it works

The server runs as a local MCP process started by the client. The client configuration specifies the npx command and the mcp-gsheets@latest package. Google Sheets access is provided through a Google Cloud service account, and the spreadsheets must be shared with that account before the server can work with them.

Google Sheets API access must be enabled in a Google Cloud project. The standard configuration uses GOOGLE_PROJECT_ID together with GOOGLE_APPLICATION_CREDENTIALS, which points to a service-account JSON key file. The project also supports supplying the complete service-account JSON through GOOGLE_SERVICE_ACCOUNT_KEY, or providing the service account's private key and email through GOOGLE_PRIVATE_KEY and GOOGLE_CLIENT_EMAIL.

Setup and configuration

To install the freema/mcp-gsheets MCP server through an MCP client, configure it with npx, the -y flag, and mcp-gsheets@latest. Add the Google environment variables to the same client configuration. The README provides configuration examples for Claude Code, Claude Desktop, Cursor, Cline, and other clients that use the standard MCP server format.

Before starting the server, create or select a Google Cloud project, enable the Google Sheets API, create a service account, and download its JSON key. Share each spreadsheet with the service account email and grant the required Editor permission. For JSON-string authentication, the credential object must be represented on one line with escaped quotes and newline characters. For private-key authentication, the key must retain its PEM markers and encode newlines as \\n.

Local contributors can clone the repository, run npm install, and build it with npm run build. The repository also includes an interactive npm run setup command for generating local MCP client configuration and optionally creating a development .env file.

Tools and capabilities

The freema/mcp-gsheets MCP server supports the following capability areas described by the project:

  • Reading spreadsheet data
  • Writing spreadsheet data
  • Batch spreadsheet operations
  • Sheet and spreadsheet management
  • Cell and sheet formatting
  • Chart operations
  • Conditional formatting

The README does not provide individual MCP tool names or parameter schemas, so those details should be checked in the package or client tool discovery after installation.

Limitations and notes

This server requires Node.js 20 or newer and a Google Cloud project with the Sheets API enabled. It does not describe OAuth-based user authentication; the documented methods use a Google service account. Access depends on sharing the target spreadsheets with that service account.

Credential files and inline private keys contain sensitive information and should be protected. Inline JSON credentials are mainly described for containerized or CI/CD environments, while file-based credentials use an absolute path. The README documents local execution and client configuration, but does not state that the server provides a hosted remote endpoint.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Google Sheets MCP logoGoogle Sheets MCP

    Your AI Assistant's Gateway to Google Sheets! 25 powerful tools for seamless Google Sheets automation via MCP.

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Google Sheets MCP โ†’
  • MCP Redis logoMCP Redis
    Verified

    The Redis official MCP Server offers an interface to manage and search data in Redis.

    ๐Ÿ—„๏ธ Databases4 views
    Compare vs MCP Redis โ†’
  • MCP Confluent logoMCP Confluent

    Confluent integration to interact with Confluent Kafka and Confluent Cloud REST APIs.

    ๐Ÿ—„๏ธ Databases4 views
    Compare vs MCP Confluent โ†’
  • MCP Google Sheets logoMCP Google Sheets

    A Model Context Protocol server for interacting with Google Sheets. This server provides tools to create, read, update, and manage spreadsheets through the Google Sheets API.

    ๐Ÿ—„๏ธ Databases2 views
    Compare vs MCP Google Sheets โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
97
Stargazers on the source repository.
Last commit
9d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Gsheets

Add an MCP configuration that runs `npx` with `-y mcp-gsheets@latest`, then provide the required Google authentication environment variables.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Gsheets AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/freema-mcp-gsheets?style=directory)](https://allmcps.com/mcp/freema-mcp-gsheets)
HTML Embed
<a href="https://allmcps.com/mcp/freema-mcp-gsheets"><img src="https://allmcps.com/api/badge/freema-mcp-gsheets?style=directory" alt="MCP Gsheets on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsClaude Desktop, Cursor, Cline / VS Code
Last updatedSep 7, 2026
11/11 checks healthy over the last 34d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars97
GitHub Star CountTotal stargazers on GitHub representing community popularity (97 stars).
Last commit9d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
55Quality signal: Good ยท 55/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท mcp-gsheets@latest (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to MCP Gsheets โ†’Install in Claude DesktopInstall in CursorInstall in VS Code