Back to Home
mattaspira icon

google-docs-mcp-server

Verified Safe

by mattaspira

Overview

Facilitates real-time, intelligent interaction with Google Docs by exposing document manipulation tools to large language models.

Installation

Run Command
npm run build && npx @modelcontextprotocol/inspector build/index.js

Security Notes

The server employs Google OAuth2 for authentication and uses the official Google APIs for document operations. Input validation is present through `zod` schemas and custom utility functions, including explicit sanitization for search queries to prevent injection. However, the `test/README.md` explicitly flags 'Bug #3: Case-Insensitive Search Index Bug' as requiring a manual fix, indicating a potential edge case where string length differences after case transformation could lead to incorrect text manipulation for single replacements. The `insert_table_of_contents` tool also has an unused 'maxDepth' parameter, which is a functional bug.

Similar Servers

Stats

Interest Score30
Security Score7
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2025-12-15

Tags

Google DocsLLMAutomationDocument ManagementMCP Server