npx claudepluginhub diegouis/provectus-marketplace --plugin proagent-hrAdd 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
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxGOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID}GOOGLE_CLIENT_SECRET=${GOOGLE_CLIENT_SECRET}GOOGLE_REFRESH_TOKEN=${GOOGLE_REFRESH_TOKEN}