Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"google-drive": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-server-gdrive"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "${GOOGLE_CREDENTIALS_PATH}"
}
}
}
}Replace placeholder values for: GOOGLE_APPLICATION_CREDENTIALS
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_APPLICATION_CREDENTIALS=${GOOGLE_CREDENTIALS_PATH}