Google Drive MCP Server
@seeun0210
关于 Google Drive MCP Server
google drive mcp 서버를 만들어보자 일단 sheet부터
基本信息
配置
工具
1Read data from Google Sheets
概览
What is Google Drive MCP Server?
A Model Context Protocol server that integrates with Google Drive and Google Sheets, allowing AI assistants to access spreadsheet data via the read-spreadsheet tool.
How to use Google Drive MCP Server?
Create a Google Cloud project, enable the Drive and Sheets APIs, configure OAuth consent, download OAuth client credentials as credentials.json, run npm install then npm start from the project root. On first launch, follow the browser prompt to authorize access.
Key features of Google Drive MCP Server
- Reads data from Google Sheets via
read-spreadsheettool - Uses OAuth 2.0 for secure Google account access
- Stores credentials locally (
credentials.jsonandtoken.json) - First-run browser authorization flow
Use cases of Google Drive MCP Server
—
FAQ from Google Drive MCP Server
What prerequisites are required?
A Google Cloud project with the Drive and Sheets APIs enabled, and OAuth 2.0 credentials downloaded as credentials.json.
How do I authorize the server?
Run npm start and follow the browser prompt to sign in and grant access. The authorization token is stored locally in token.json.
What tools are currently available?
The server provides the read-spreadsheet tool for reading data from Google Sheets. More tools are promised in future updates.
Where are credentials stored?
In the project root directory: credentials.json (your OAuth client configuration) and token.json (generated after first authorization). Do not edit token.json manually.
How is authentication handled?
The server uses OAuth 2.0 with a desktop application client type. The first run initiates a browser-based authorization flow; subsequent runs reuse the saved token.
文件与存储 分类下的更多 MCP 服务器
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
box-mcp-server
hmkA Box model context protocol server to search, read and access files
md-pdf-mcp (Markdown to PDF MCP Server)
seanivoreMarkdown To PDF Conversion MCP
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Bulk Filesystem Operations MCP Server
strawgateMCP Server for reading many files at the same time
评论