freema/mcp-gsheets
MCP server for Google Sheets API integration with comprehensive reading, writing, formatting, and sheet management capabilities.
Quick Start
Clone the repository:
git clone https://github.com/freema/mcp-gsheetsClaude Desktop configuration example:
{
"mcpServers": {
"mcp-gsheets": {
"command": "npx",
"args": [
"-y",
"freema/mcp-gsheets"
]
}
}
}Check the repository README for specific installation and configuration instructions.