google-sheets

stdio

Used by 2 plugins

Installs proagent-hr, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-hr
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "google-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropic/mcp-server-google-sheets"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "${GOOGLE_CLIENT_ID}",
        "GOOGLE_CLIENT_SECRET": "${GOOGLE_CLIENT_SECRET}",
        "GOOGLE_REFRESH_TOKEN": "${GOOGLE_REFRESH_TOKEN}"
      }
    }
  }
}

Replace placeholder values for: GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN

Security Considerations
Requires secrets

This MCP server needs API keys or credentials. Configure them in your environment before use.

External connections

This server connects to external services. Review the URLs it accesses before enabling.

Command
npx
Access Level
write
Arguments
-y@anthropic/mcp-server-google-sheets
Environment Variables
GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID}
GOOGLE_CLIENT_SECRET=${GOOGLE_CLIENT_SECRET}
GOOGLE_REFRESH_TOKEN=${GOOGLE_REFRESH_TOKEN}
Required Secrets
GOOGLE_CLIENT_SECRETGOOGLE_REFRESH_TOKEN