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.
Quick Start
Clone the repository:
git clone https://github.com/xing5/mcp-google-sheetsClaude 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.