Google Sheets
Freeby MCP Community
MCP server for Google Sheets — read, write, format, and manage spreadsheets from any AI assistant
v1.0.0Added Apr 12, 2026
mcpgoogle-sheetsspreadsheetaiclaude
Google Sheets MCP Server
MCP server for Google Sheets — read, write, format, and manage spreadsheets from any AI assistant
Installation
npx -y @xmqywxkris/google-sheets-mcp
Reviews
Installation
Quick install
npx -y @xmqywxkris/google-sheets-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-sheets": {
"command": "npx",
"args": ["-y", "@xmqywxkris/google-sheets-mcp"]
}
}
}