Google Docs MCP Server
@highlight-ing
关于 Google Docs MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Docs MCP Server?
A Model Context Protocol (MCP) server for the Google Docs API, enabling language models to search, create, append to, and update Google Docs programmatically.
How to use Google Docs MCP Server?
Install dependencies with npm install, set up Google OAuth 2.0 credentials (save as credentials.json), run node get-refresh-token.js for authorization, build the server with npm run build, then start with npm start or node build/index.js. Optionally build the Extism plugin for direct testing.
Key features of Google Docs MCP Server
- Search Google Docs in Drive with custom queries
- Create new Google Docs with optional initial content
- Append content to the end of an existing Google Doc
- Replace content in an existing Google Doc with new content
Use cases of Google Docs MCP Server
- An AI assistant searches for relevant documents by query
- Automatically create a new document from a template or user input
- Append generated report data to an existing document
- Update a document with revised content without manual editing
FAQ from Google Docs MCP Server
What are the prerequisites?
Node.js v14+, npm, and a Google Cloud Platform account with the Drive API and Docs API enabled.
How do I obtain Google API credentials?
Create an OAuth 2.0 credential of type “Desktop application” in the Google Cloud Console, download the JSON, and save it as credentials.json in the project root.
How do I run the server after setup?
Run npm start or directly node build/index.js after building the project. The server starts as an MCP endpoint.
Can I test the Extism plugin independently?
Yes, build it first (cd extism-plugin && npm install && npm run build), then call it via the Extism CLI with the appropriate Wasm arguments and an access token.
记忆与知识 分类下的更多 MCP 服务器
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
评论