MCP server for Google Sheets integration
Create and modify spreadsheets. CRUD operations, batching, sharing, formatting, and more.
{
"mcpServers": {
"google-sheets": {
"mcpServers": {
"google-sheets": {
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/credentials.json"
},
"args": [
"mcp-google-sheets"
],
"command": "uvx"
}
}
}
}
}