MCP.so
登录
U

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.

基本信息

分类

记忆与知识

传输方式

stdio

发布者

a-bonus

提交者

John Bryant

配置

使用下面的配置,将此服务器添加到你的 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%\

评论

记忆与知识 分类下的更多 MCP 服务器