💡 DescriptionA server that connects Claude to Google Docs, enabling users to list, read, create, update, search, and delete documents in Google Drive through natural language interactions.
📝 JSON Entries{
"mcpServers": [
{
"googledocs": {
"args": [
"/absolute/path/to/build/server.js"
],
"command": "node"
}
}
]
} 🛠️ Toolscreate-doc update-doc insert-text search-docs delete-doc
⚡ FeaturesList all Google Docs Read specific document contents Create new documents Update existing documents Search documents Delete documents 💬 Example QueriesShow me a list of all Google Docs Create a new Google Doc titled 'Meeting Notes' with the content 'Topics to discuss: ...' Update the document with ID '1abc123def456' to add this section: ... Search for documents containing 'Project Proposal' in Google Docs Delete the Google Doc with ID '1abc123def456' Create a formal document about climate change Analyze the content of the document with ID '1abc123def456'