Google Drive MCP Server
@seeun0210
About Google Drive MCP Server
google drive mcp 서버를 만들어보자 일단 sheet부터
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.
Frequently asked questions
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.
Basic information
More Files & Storage MCP servers
PDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 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.

Google Drive
modelcontextprotocolModel Context Protocol Servers
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.

Filesystem
modelcontextprotocolModel Context Protocol Servers
Comments