Skip to main content
DatabasesPython

xing5/mcp-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.

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/xing5/mcp-google-sheets

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-google-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "xing5/mcp-google-sheets"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
xing5