Google DocsをAIで使う。
アカウントを一度接続するだけで、いつも使っているAIに仕事を任せられます。追加の連携開発は不要。AIエージェントによる高度な文書操作を実現します
Vinkiusが開発・運用・ホスティング。
MCP認証済み · 本番環境対応 · Vinkius保証
Waiting for input…
Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.
完全セット · 6機能
Google Docsの全機能セット。
Google Docsに仕事を頼むとき、AIが選べる正確なアクションです。
01-03
このセットには3機能あります。
Google Docsで使える6機能の一部です。
- 01
ドキュメントのテキスト取得
Google Docsのプレーンテキストを読み取ります。要約や検索が必要な場合に適していますが、レイアウト情報は保持されません。
- 02
ドキュメントのエクスポート
Google DocsをPDF、DOCX、HTML、TXTなどの指定した形式でダウンロードします。ファイルとして保存したい場合に利用してください。
- 03
ドキュメント構造の取得
ドキュメントのセクションや段落などの構造を読み取ります。編集前にレイアウトを把握する必要がある場合に最適です。
04-06
このセットには3機能あります。
Google Docsで使える6機能の一部です。
- 04
新規ドキュメント作成
新しいGoogle Docsを作成します。タイトルを指定したり、初期テキストを含めて作成したりすることも可能です。
- 05
テキストの挿入
指定した位置にテキスト、コメント、またはメモを追加します。
- 06
テキストの置換
正規表現を使用して、ドキュメント内の特定の文字列を別の文字列に一括置換します。
1つのConnector、すべてのAI
Google Docsは、最も人気のあるAIクライアントで動きます。
これは最も人気のあるクライアントで、それぞれにステップバイステップのガイドがあります。リンクは1つ、設定は一度、ガバナンスと可視性は最初から組み込み。しかもすべてMCP標準で動くため、同じ接続は他の対応クライアントでもそのまま使えます。作り直す必要はありません。
実測値、推定値ではない
平均1016ms。本番環境で高速。
Google Docsは本番サービスに対して毎日チェックされています。
- 最速日
- 942ms
- 最遅日
- 1045ms
- 14日間の傾向
- 遅延傾向+11%
クライアントを接続
1つのURL。すべてのクライアント。
Connectorを有効化し、リンクをコピーして、いつも使うクライアントに貼り付けるだけ。6個の機能がすぐに使えます。
プレビューアクセス · プロバイダー認証ではありません
vk_preview_* トークンは Vinkius のプレビューインフラに属します。Claude が Google Docs のケイパビリティを検出して表示できるようにし、AI の中でその体験を確認できます。
このトークンは Google Docs のアカウントを認証するものではありません。認証情報や実際のアカウントデータが必要なアクションは、Connector を有効化してサービスを承認するまで実行されない場合があります。
Google Docs Connector
準備完了です。MCPクライアントを選択し、セットアップ手順に従ってください。
https://edge.vinkius.com/vk_preview_mAxS5JN1dGWGR2njiGhZGnTCMlzA5y8ce250qBs6/mcpClaude Desktop
以下の手順で数秒で接続できます。
- 1In Claude Desktop, open Settings → Connectors.
- 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
- 3Click Add and start a new chat — Google Docs capabilities are ready to use.
{
"mcpServers": {
"google-docs-mcp": {
"url": "https://edge.vinkius.com/vk_preview_mAxS5JN1dGWGR2njiGhZGnTCMlzA5y8ce250qBs6/mcp"
}
}
}
Claude
ChatGPT
Cursor
VS Code
Windsurf
Claude Code
JetBrains
Cline
各クライアントの手順ガイドはこちらです。 接続方法
Claude向けのガイド付きセットアップ? Google DocsへのClaudeアクセスを許可する方法
対象ユーザー
Google Docsユーザーが任せたい仕事のために。
ドキュメント作成や情報の整理を自動化したいプロフェッショナルに最適です。AIを活用して、執筆から編集、ファイル出力までの工程を効率化できます。
- 01
ライター・研究者
AIにテキストを抽出させ、文章の書き換えや用語の統一を自動化できます。
- 02
自動化エンジニア
メモを整形済みのドラフトに変換したり、一括置換やエクスポートをチャットから直接実行したりできます。
- 03
Automation Specialists
Use the agent to turn raw notes into formatted drafts and export them without manual intervention.
FAQ
Google Docsユーザーからのよくある質問。
- 01
How does the agent access my files?
The agent uses the official Google Docs API and acts only on the documents your specific Google account has permission to access.
- 02
Can I export files to Word?
Yes, you can export documents as DOCX using the export capability.
- 03
What happens if I want to keep the document formatting?
Use the get_document capability instead of get_document_text to ensure the agent understands the document structure and layout.
- 04
Is it safe to use my Client Secret here?
Vinkius hosts the MCP and manages your credentials securely so you don't have to run the connection locally.
- 05
Can the agent use regex for find and replace?
Yes, the replace_text capability supports standard regex with capture groups for advanced editing.
- 06
Which Google Cloud permissions are required?
The OAuth flow requests only the Google Docs API scope. The agent can therefore read and modify documents that your connected Google account can access, and nothing beyond that scope.
- 07
How do replace_text regex and capture groups work?
replace_text takes a regex pattern and a replacement string. Use $1, $2… in the replacement to insert captured groups. To rename a product across a whole doc, match the old name and replace with the new one in a single pass. every occurrence is updated.
- 08
What does export_document return?
It returns the document converted to the requested format (pdf, docx, html, txt, csv, epub, rtf or odt) as a base64 string. Save the decoded bytes to a file to get a real downloadable document.
さがす
Productivityの他のコネクタ
vCard Contacts Parser AIコネクタ
Instantly convert massive iPhone and Android `.vcf` contact exports into structured JSON. Turn your AI into a
表示Markdown Utilities Engine AIコネクタ
Equip your AI with programmatic Markdown tools. Deterministically generate Table of Contents (TOC) with correc
表示iCal Calendar Parser AIコネクタ
Parse exported .ics calendar files from Google Calendar, Apple Calendar, or Outlook local. Let your AI find fr
表示Obsidian Publish AIコネクタ
Empower your AI to read your public or private Obsidian Publish sites. Index files, crawl navigation trees, an
表示
おすすめ
Firecrawl AIコネクタ
Turn any website into clean, LLM-ready Markdown with a single API call — scrape, crawl, search, and map the en
表示ScrapingBee AIコネクタ
Powerful web scraping with JS rendering, premium proxies, and AI-powered data extraction directly from your AI
表示ZenRows AIコネクタ
Scrape HTML, bypass anti-bots, and extract structured data using ZenRows' advanced proxy and browser network.
表示CSV <-> JSON Converter AIコネクタ
Flawless data translation. Convert massive CSV files to JSON and back instantly without LLM hallucination or d
表示



















