Ultimate Google Docs Mcp Server
@a-bonus
Ultimate Google Docs Mcp Server について
Google Docs MCP is an MCP server (primarily for use in Claude Desktop) that gains full access to your google docs and allows claude to make direct edits and formatting. Use cases include writing notes, letters, resumes, creating tables, etc.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Ultimate Google Docs Mcp Server?
It is a Model Context Protocol (MCP) server that acts as a bridge between AI assistants (such as Claude Desktop) and Google Docs. It provides tools for reading, writing, formatting, and structuring Google Documents programmatically using OAuth 2.0 authentication.
How to use Ultimate Google Docs Mcp Server?
Install Node.js 18+ and npm, clone the repository, then set up a Google Cloud project with the Docs and Drive APIs enabled. Download the OAuth client credentials as credentials.json, run npm install && npm run build, then execute node ./dist/server.js to authenticate and generate a token.json. For Claude Desktop, add the absolute server path to mcp_config.json. Use tools like readGoogleDoc, appendToGoogleDoc, applyTextStyle, or insertTable by referencing a Google Doc ID.
Key features of Ultimate Google Docs Mcp Server
- Read documents as plain text, JSON, or markdown.
- Append, insert, and delete text at specific positions.
- Apply rich text formatting (bold, italic, colors, etc.).
- Control paragraph alignment and spacing.
- Insert tables and page breaks.
- Secure OAuth 2.0 authentication.
Use cases of Ultimate Google Docs Mcp Server
- Extract content from a Google Doc for analysis or reporting.
- Append AI-generated text to an existing document.
- Apply consistent formatting (e.g., bold and color) to key terms.
- Insert a structured table into a document programmatically.
- Use find-and-format to style specific phrases across a document.
FAQ from Ultimate Google Docs Mcp Server
What are the prerequisites?
Node.js version 18 or higher, npm, Git, a Google Account, and basic command line familiarity. Claude Desktop is optional.
How do I authenticate the server?
You must create a Google Cloud project, enable the Docs and Drive APIs, configure an OAuth consent screen, and generate an OAuth client ID for a desktop app. Download the credentials.json file, run the server once, authorize via your browser, and a token.json file is created for future use.
How do I configure Claude Desktop to use this server?
Edit Claude’s mcp_config.json file (located in ~/Library/Application Support/Claude/ on macOS, `%APPDATA%\
「メモリとナレッジ」の他のコンテンツ
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
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.
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
コメント