Secure Google Sheets MCP Server

Created By
PortEden3 hours ago
Let agents create and copy spreadsheets, read whole tabs or specific ranges, write and append values, and manage tabs in Google Sheets. PortEden's data firewall protects sensitive values, holds the AI to the permissions you grant, audits every write, and supports one-click revoke.
Overview

Secure Google Sheets is a remote MCP server that gives AI assistants controlled access to your Google Sheets. Connect it to Claude, ChatGPT, or any MCP client and let the AI read and summarize tabs, append rows, write values, create spreadsheets, and manage tabs, all routed through PortEden, the data firewall for AI. Your data. Your rules.

A raw "Google Sheets MCP" exposes every value in your spreadsheets to the model. Secure Google Sheets protects sensitive values, holds the AI to the permissions you grant, audits every write, and supports one-click revoke.

Why Secure Google Sheets

  • Inspect and redact. Sensitive values are masked before any cell data 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 write is logged.
  • Nothing stored. No tokens, no cache, no database in the connector.

What you can do

  • Read and summarize: "Read every tab in the budget sheet and summarize."
  • Add rows: "Add these three rows to the sales tracker."
  • Write values: "Update the Q2 totals in the forecast tab."
  • Create spreadsheets: "Create a new sheet from this CSV."
  • Manage tabs: "Add a 'Q3' tab to the planning sheet."

Tools (13): 5 read, 8 write

ToolTypeWhat it does
google_sheets_searchReadSearch your spreadsheets
google_sheets_get_metadataReadList tabs and properties
google_sheets_read_allReadRead every tab
google_sheets_readReadRead a specific range
google_sheets_read_tabReadRead a single tab
google_sheets_appendCreateAppend rows
google_sheets_createCreateCreate a new spreadsheet
google_sheets_add_tabCreateAdd a tab
google_sheets_copyCreateCopy a spreadsheet
google_sheets_writeUpdateWrite values to a range
google_sheets_renameUpdateRename a spreadsheet
google_sheets_delete_tabDeleteDelete a tab
google_sheets_deleteDeleteDelete a spreadsheet

Supported providers

Google Sheets (via Google Drive). Connect it inside PortEden.

Getting started

1 - Create a free PortEden account at https://porteden.com.

2 - Connect your Google account inside PortEden.

3 - Add this server to your AI client (config above) and sign in with OAuth 2.0.

Clients with native remote-MCP support can add the URL directly:

{
  "mcpServers": {
    "secure-google-sheets": { "url": "https://mcp.porteden.com/google-sheets" }
  }
}

Works with

Claude (Desktop, web, and Code), ChatGPT, Microsoft Copilot, Google Gemini, Grok, and Cursor, plus any client that speaks MCP Streamable HTTP. Authentication is OAuth 2.0.

FAQ

Can the AI write to my spreadsheets? Yes, within the permissions you grant. You can keep it read-only or allow append, write, and delete.

Does the AI see sensitive numbers? Only what your permissions allow, after redaction of sensitive values.

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-sheets": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.porteden.com/google-sheets"
      ]
    }
  }
}
Project Info
Created At
3 hours ago
Updated At
2 hours ago
Author Name
PortEden
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Abm.dev

41 minutes ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago