- Secure Google Docs
Secure Google Docs
Secure Google Docs is a remote MCP server that lets AI assistants read and edit your Google Docs without giving up control of your content. Connect it to Claude, ChatGPT, or any MCP client and let the AI draft documents, append meeting notes, duplicate templates, and make precise edits, all routed through PortEden, the data firewall for AI.
Where a plain "Google Docs MCP" exposes your full document scope, Secure Google Docs redacts sensitive data before the AI sees it, restricts the AI to the permissions you grant, logs every edit, and lets you revoke access instantly.
Why Secure Google Docs
- Inspect and redact. Sensitive data is masked before any document text reaches the AI.
- Scoped permissions. The AI only does what your token allows, per user, per AI, per project.
- One-click revoke. Cut access instantly, effective on the very next request.
- Full audit trail. Every edit is logged.
- Nothing stored. No tokens, no cache, no database in the connector.
What you can do
- Find and read: "Find the spec doc and read it."
- Create from notes: "Create a draft proposal from these notes."
- Edit precisely: "Append a summary of our meeting to the planning doc."
- Duplicate: "Copy the proposal template for the new client."
- Rename: "Rename this doc to 'Q3 Roadmap'."
Tools (7): 2 read, 5 write
| Tool | Type | What it does |
|---|---|---|
google_docs_search | Read | Search your documents |
google_docs_read | Read | Read a document |
google_docs_create | Create | Create a new document |
google_docs_copy | Create | Duplicate a document |
google_docs_edit | Update | Insert, append, or replace text |
google_docs_rename | Update | Rename a document |
google_docs_delete | Delete | Delete a document |
Supported providers
Google Docs (via Google Drive). Connect it inside PortEden.
Getting started
- Create a free PortEden account at https://porteden.com.
- Connect your Google account inside PortEden.
- Generate a PortEden access key (it starts with
pe_mcp_) and paste it into the config above as your Bearer token.
Prefer OAuth 2.0? Add the URL https://mcp.porteden.com/google-docs to your client with no token and sign in. For a client that needs a stdio bridge, use mcp-remote:
{
"mcpServers": {
"secure-google-docs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.porteden.com/google-docs"]
}
}
}
Works with
Claude (Desktop, web, and Code), ChatGPT, Microsoft Copilot, Google Gemini, Grok, and Cursor, plus any client that speaks MCP Streamable HTTP. Authentication: paste a PortEden access key (a pe_mcp_ Bearer token), or connect over OAuth 2.0 (OAuth 2.1 with RFC 9728 protected-resource metadata and dynamic client registration).
FAQ
Can the AI edit my live documents? Yes, within the permissions you grant. Edits are precise (insert, append, replace) and every one is logged.
Does the AI see sensitive content? Only what your permissions allow, after PII redaction.
Where is my data stored? Nowhere in the connector. It is stateless. PortEden enforces permissions, quotas, redaction, and audit logging.
Your data. Your rules. More info: https://porteden.com/
Server Config
{
"mcpServers": {
"secure-google-docs": {
"url": "https://mcp.porteden.com/google-docs",
"headers": {
"Authorization": "Bearer <YOUR_PORTEDEN_TOKEN>"
}
}
}
}Recommend Servers
View Alltest
summarize chat message