
Google Sheets MCP
Google Sheets MCPは、AIエージェントやLLM(Claude Desktopなど)をGoogle Sheets APIに接続するPythonベースのMCPサーバーです。AIワークフローから自然言語でスプレッドシートの作成、読み取り、更新、管理を直接実行できます。
概要
Google Sheets MCPは、オープンソースの Model Context Protocol (MCP) サーバーで、大規模言語モデルとGoogle Sheetsの間の安全なブリッジとして機能します。発見可能なツールを介してプログラム的にGoogle Driveスプレッドシートと対話できるAIエージェントを実現し、安全なアクセスのためにOAuth認証を使用します。
Python (xing5/mcp-google-sheets)、TypeScriptなど人気のある実装があり、Claude Desktop、Cursorなどのクライアントとの統合が容易です。
主な機能
-. 完全なスプレッドシート操作: 新しいスプレッドシートの作成、シートの追加・削除、セル範囲の読み取り、データの更新。 -. データ操作: 行の追加、バッチ更新、書式設定、並べ替え、数式のサポート。 -. Google Drive統合: あなたのDrive内でスプレッドシートの一覧表示、検索、管理。 -. 複数シート対応: 複数のタブやワークシートをシームレスに操作。 -. 分析・クエリ: 一部のバリアントでは会話型データ分析(「収益別の上位10顧客は?」)を実現。 -. MCP標準への準拠: あらゆるMCPクライアントと互換性のあるツールとプロンプトを公開。 -. 安全な認証: Google OAuth2認証情報を使用した安全なAPIアクセス。
使用例
-. 自動化レポート: AIがさまざまなソースからデータを取得し、Google Sheetsで動的なダッシュボードを生成。 -. データ入力と管理: フォーム回答、在庫追跡、CRM更新などをAIに直接スプレッドシートで処理させる。 -. 会話型分析: データについて自然言語で質問し、洞察や更新されたシートを受け取る。 -. ワークフロー自動化: 他のMCPサーバー(ブラウザやデータベースツールなど)と組み合わせ、エンドツーエンドのAI駆動プロセスを実現。 -. 永続メモリ: マルチエージェントシステムやAIアシスタントのための長期ストレージやメモリとしてSheetsを使用。 -. ノーコード/ローコード統合: 複雑なスクリプトを書かずに、ビジネスユーザー向けのスマートアシスタントを構築。
仕組み
サーバーはローカルまたはリモートで実行され、OAuthを介してGoogleアカウントで認証します。AIモデルが発見して呼び出せる一連のMCPツール(例: create_spreadsheet, read_range, update_cells)を公開します。応答はLLMに適した構造化された形式で返され、機密データはGoogleアカウント内で安全に保たれます。
始め方
- 人気のリポジトリをクローンします(例:
git clone https://github.com/xing5/mcp-google-sheets)。 - Google Cloud認証情報(SheetsおよびDrive API用のOAuthクライアント)を設定します。
- 依存関係をインストールします(Python版の場合:
pip install -r requirements.txt)。 - MCPサーバーを設定して実行します。
- 提供された設定を使用して、MCPクライアント(Claude Desktop、Cursorなど)にサーバーを追加します。
グラフ作成や高度な分析などの追加機能を持つコミュニティフォークやバリアントも多く利用可能です。
関連リソース
- 他の実装: mkummer225/google-sheets-mcp, shionhonda/mcp-gsheet, その他多数
- 商用/ノーコードオプション: Pipedream, Merge.dev, Zapier MCP, CDataコネクター
- Reddit(r/ClaudeAI, r/mcp)でのコミュニティディスカッション、カスタムバリアント構築チュートリアル
Google Sheets MCPは、使い慣れたスプレッドシートを強力なAIネイティブデータツールへと変え、生産性と自動化の新たな次元を切り拓きます。
Tags
Related Entries
Keep exploring similar tools and resources in this category.
DataForSEO MCP Server
MCP ServersDataForSEO MCP Server is the official Model Context Protocol server for connecting AI clients to DataForSEO SEO, SERP, keyword, backlink, on-page, business, domain, content, merchant, and AI optimization data. It can be used as a hosted Streamable HTTP endpoint, a local npx package, a Docker container, or a source-built TypeScript server.
Ahrefs mcp
MCP ServersAhrefs MCP is the official hosted MCP server for connecting AI assistants to live Ahrefs SEO, backlink, keyword, rank tracking, site audit, and brand visibility data. It uses the remote Ahrefs MCP endpoint with OAuth or MCP-key authorization and is available on paid Ahrefs plans starting from Lite.
GitHub Copilot Coding Agent
MCP ServersGitHub Copilot Coding Agent, now documented as Copilot cloud agent, is GitHub's asynchronous software development agent for researching repositories, planning changes, editing code on branches, and opening pull requests for review. It runs in a GitHub Actions-powered environment and can be started from GitHub, supported IDEs, GitHub CLI, the REST API, integrations, or the GitHub MCP Server.

Agent Reach
MCP ServersAgent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.
Related Reads
Background, tutorials, and protocol context connected to this entry.



