Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"mcp-gsheets": {
"command": "npx",
"args": [
"-y",
"mcp-gsheets@latest"
],
"env": {
"GOOGLE_PROJECT_ID": "${GOOGLE_PROJECT_ID}",
"GOOGLE_APPLICATION_CREDENTIALS": "${GOOGLE_APPLICATION_CREDENTIALS}"
}
}
}
}Replace placeholder values for: GOOGLE_APPLICATION_CREDENTIALS
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxGOOGLE_PROJECT_ID=${GOOGLE_PROJECT_ID}GOOGLE_APPLICATION_CREDENTIALS=${GOOGLE_APPLICATION_CREDENTIALS}