MCP.so
登录

Google Drive MCP Server

@seeun0210

关于 Google Drive MCP Server

google drive mcp 서버를 만들어보자 일단 sheet부터

基本信息

分类

文件与存储

运行时

node

传输方式

stdio

发布者

seeun0210

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

1

Read 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-spreadsheet tool
  • Uses OAuth 2.0 for secure Google account access
  • Stores credentials locally (credentials.json and token.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 服务器