MCP Hub
Back to servers

Google Sheets

MCP (Model Context Protocol) Server. Integrates with Google Sheets to enable spreadsheet creation, editing, and formatting capabilities through specialized Python tools built with FastMCP framework, requiring Google Cloud OAuth authentication.

Stars
5
Validated
Jan 11, 2026

Google Sheets MCP

Model Context Protocol (MCP) integration with Google Sheets

Features

This integration allows the LLM to

  • List all the spreadsheets of the user
  • Create a new spreadsheet
  • Copy a spreadsheet to another
  • Write and Edit cells
  • Fill tool for cells

Get Started

  1. Create a new Google Cloud project
  2. Enable the Google Drive API
  3. Configure an OAuth consent screen ("internal" is fine for testing)
  4. Create an OAuth Client ID for application type "Desktop App"
  5. Download the JSON file of your client's OAuth keys
  6. Rename the key file to credentials.json and place into the root of this repo (i.e. google-sheets-mcp/credentials.json)

Note: If setting the user type to external, make sure to add your email for testing

Reviews

No reviews yet

Sign in to write a review