Back to MCP Servers
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.
databasesgoapi
By xing5
Installation
npx -y mcp-google-sheetsConfiguration
{
"mcpServers": {
"mcp-google-sheets": {
"command": "npx",
"args": ["-y", "mcp-google-sheets"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes