modelscope·@dev-ithitchhiker/mcp-google-docs
一种使用MCP(Metoro控制协议)操作Google表格和Google云端硬盘的工具。
用于通过MCP(Metoro Control Protocol)操作Google Spreadsheet和Google Drive的工具。 A tool for manipulating Google Spreadsheet and Google Drive using MCP (Metoro Control Protocol).
# 가상 환경 생성 (Create virtual environment)
python -m venv venv
# 가상 환경 활성화 (Activate virtual environment)
source venv/bin/activate
# 가상 환경 생성 (Create virtual environment)
python -m venv venv
# 가상 환경 활성화 (Activate virtual environment)
venv\Scripts\activate
pip install -r requirements.txt
export MCPGD_CLIENT_SECRET_PATH="/path/to/client_secret.json"
export MCPGD_FOLDER_ID="your_folder_id"
export MCPGD_TOKEN_PATH="/path/to/token.json" # 선택사항 (Optional)
python main.py
# 예시: 파일 목록 조회 (Example: List files)
mcp list_files
# 예시: 시트 데이터 조회 (Example: Get sheet data)
mcp get_sheet_data --spreadsheet-id "your_spreadsheet_id" --range "Sheet1!A1:D10"
# 예시: 차트 생성 (Example: Create chart)
mcp create_chart --chart-type "LINE" --range "A1:B10" --sheet-name "Sheet1" --title "Sales Trend"
MCPGD_CLIENT_SECRET_PATH: Google OAuth 2.0客户端密钥文件路径 (Path to Google OAuth 2.0 client secret file)MCPGD_FOLDER_ID: Google Drive文件夹ID (Google Drive folder ID)MCPGD_TOKEN_PATH: 令牌存储文件路径 (Path to token storage file, Optional, Default: ~/.mcp_google_spreadsheet.json)MIT License
暂无描述。
MCP服务器用于与Google产品交互。
一个MCP服务器,它能够保存和分享克劳德桌面端的对话,允许用户通过网页界面私密存储聊天记录或将其公开。
一种模型上下文协议服务器,它为与Notion的API交互提供了标准化接口,使用户能够列出数据库、创建页面并在其Notion工作区中进行搜索。
语言类型:英语 翻译结果:谷歌表格
一种模型上下文协议服务器,允许创建和管理多个防篡改的JSON数据库,支持CRUD操作、查询功能以及云端同步,以便与他人共享数据库。