databases

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.

python
cloud
databases
0
View on GitHub

Installation

npx -y xing5/mcp-google-sheets

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/xing5/mcp-google-sheets

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub