Google Drive MCP Server
@seeun0210
About Google Drive MCP Server
google drive mcp 서버를 만들어보자 일단 sheet부터
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1Read data from Google Sheets
Overview
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.
More Files & Storage MCP servers
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
Rust MCP Filesystem
rust-mcp-stackBlazing-fast, asynchronous MCP server for seamless filesystem operations.
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
Filesystem MCP Server
cyanheadsA Model Context Protocol (MCP) server for platform-agnostic file capabilities, including advanced search/replace and directory tree traversal
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Comments