Google Sheets MCP Server
@amaboh
关于 Google Sheets MCP Server
A Model Context Protocol (MCP) server implementation for Google Sheets
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"google-sheets-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Sheets MCP Server?
A Model Context Protocol (MCP) server that enables Claude Desktop to interact with Google Sheets directly. It provides tools for creating, reading, writing, and managing Google Sheets through Claude Desktop.
How to use Google Sheets MCP Server?
Install Python 3.10+, set up a virtual environment, install dependencies with uv, and configure Google Cloud OAuth 2.0 credentials. Then add the server to Claude Desktop’s claude_desktop_config.json with the path to the Python interpreter and the credentials file. Run the server manually once to complete browser-based OAuth authentication; the token is saved automatically. After setup, use commands like create_sheet, format_range, or write_formula directly in Claude Desktop.
Key features of Google Sheets MCP Server
- Create new Google Sheets
- Read and write data to existing sheets
- Format cells and ranges
- Add and delete sheets
- Write formulas
- Search for sheets
- List available sheets
Use cases of Google Sheets MCP Server
- Automate spreadsheet creation and data entry via conversation
- Format ranges and apply formulas without leaving Claude Desktop
- Manage multiple sheets (add/delete) through natural language
- Quickly look up or list existing Google Sheets
FAQ from Google Sheets MCP Server
What are the prerequisites?
Python 3.10 or higher, a Google Cloud Project with the Sheets API and Drive API enabled, OAuth 2.0 credentials, and the uv package manager. Claude Desktop is also required.
How do I set up OAuth authentication?
Download OAuth 2.0 credentials from the Google Cloud Console as a JSON file and save it to ~/.config/google_sheets_mcp/google-sheets-mcp.json. The first server run will open a browser to authorize the application; the resulting token is saved automatically.
What tools/commands are available?
Tools include create_sheet, format_range, write_formula, add_sheet, delete_sheet, and get_sheet_properties.
How do I troubleshoot authentication issues?
Ensure the OAuth credentials file is valid, that your email is added as a test user in the Google Cloud project, and try deleting token.json and re‑authenticating.
What if the server won’t connect?
Check that the server is running, verify the credentials path in the Claude Desktop configuration, and review logs in Claude Desktop for error messages.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论