D
Caution
41/100
11 days ago

Google Drive CRUD MCP Server

MCP server that gives Claude full read-write access to Google Drive, Docs, Sheets, and Slides using your own Google OAuth credentials and hosted server.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

adampaulwalker

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: credentials, .credentials, credentials
🔐
You'll be asked for 2 credentials: FASTMCP_SERVER_AUTH_GOOGLE_JWT_SIGNING_KEY, GOOGLE_OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretFASTMCP_SERVER_AUTH_GOOGLE_JWT_SIGNING_KEY
configWORKSPACE_MCP_OAUTH_PROXY_STORAGE_BACKEND
configWORKSPACE_MCP_OAUTH_PROXY_VALKEY_HOST
configFASTMCP_HOME
configWORKSPACE_MCP_ALLOWED_CLIENT_REDIRECT_URIS
configWORKSPACE_MCP_READ_ONLYNo off Drop the write scopes and disable every mutating tool
configWORKSPACE_MCP_TRANSPORTstreamable-http
configWORKSPACE_MCP_PORTNo 8000 Port to bind. Railway sets PORT, which takes precedence
configWORKSPACE_MCP_BASE_URINo http://localhost Base used with the port when WORKSPACE_EXTERNAL_URL is unset
configWORKSPACE_MCP_HOSTNo 0.0.0.0 Bind address
configWORKSPACE_EXTERNAL_URLYes when deployed none Public URL the server is reachable at, used as the base for the OAuth endpoints
🔐 secretGOOGLE_OAUTH_CLIENT_SECRETyour-client-secret
configWORKSPACE_MCP_CREDENTIALS_DIR./store_creds
configGOOGLE_MCP_CREDENTIALS_DIR
configGOOGLE_OAUTH_CLIENT_IDyour-client-id.apps.googleusercontent.com
configMCP_SINGLE_USER_MODENo off Single-user mode, an alternative to OAuth 2.1
configMCP_ENABLE_OAUTH21Claude Desktop speaks stdio rather than HTTP. Comment out WORKSPACE_MCP_TRANSPORT, , and WORKSPACE_MCP_STATELESS_MODE, then set:
configDOWNLOAD_FILE_CONTENT_MAX_MBNo 25 Largest file download_file_content will return inline
configWORKSPACE_MCP_GCS_BUCKET
configWORKSPACE_MCP_GCS_PREFIX
configWORKSPACE_MCP_GCS_REQUIRE_CMEK
configWORKSPACE_MCP_CREDENTIAL_STORE_BACKEND
configSESSION_TIME
configGOOGLE_CLIENT_SECRET_PATH
configGOOGLE_OAUTH_REDIRECT_URINo <base URL>/oauth2callback Callback URI, and it must match one registered on the OAuth client
configOAUTHLIB_INSECURE_TRANSPORT
configOAUTHLIB_RELAX_TOKEN_SCOPE
configEXTERNAL_OAUTH21_PROVIDER
configWORKSPACE_MCP_STATELESS_MODEClaude Desktop speaks stdio rather than HTTP. Comment out WORKSPACE_MCP_TRANSPORT, MCP_ENABLE_OAUTH21, and , then set:
configGOOGLE_SERVICE_ACCOUNT_KEY_FILE
configGOOGLE_SERVICE_ACCOUNT_KEY_JSON
configDWD_ALLOWED_DOMAINS
configOAUTH_CUSTOM_REDIRECT_URIS
configOAUTH_ALLOWED_ORIGINS
configWORKSPACE_ATTACHMENT_DIR
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

18/19 tools have annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

1/19 tools missing one or more hints — func (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint). OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool handlers catch errors

Only 5/18 tool handlers wrap calls in try/catch (28%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

No access to sensitive paths

Reads sensitive paths: credentials, .credentials, credentials

Remove reads of sensitive system paths. If you genuinely need them, document why in the README.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/adampaulwalker-claude-gdrive-mcp-a7p74i?variant=verified)](https://m8ven.ai/mcp/adampaulwalker-claude-gdrive-mcp-a7p74i)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 26d3223d53e7451bad0c11f847d17d00398f78ec
code hash: 603a2b819637ad37898397227052b13873a031c3d284f70ea4d9e42eb5c8f756
verified: 8/8/2026, 7:38:46 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client