Google Workspace MCP Server
@mattcoatsworth
关于 Google Workspace MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Workspace MCP Server?
A Model Context Protocol (MCP) server for interacting with Google Workspace APIs including Gmail, Drive, Calendar, Docs, Sheets, and Slides. It provides tools and resources to manage these services using OAuth2 authentication.
How to use Google Workspace MCP Server?
Install Node.js 16+, set up a Google Cloud project with the necessary APIs enabled, and obtain OAuth 2.0 client credentials. Copy .env.example to .env, fill in your CLIENT_ID, CLIENT_SECRET, REDIRECT_URI, and REFRESH_TOKEN, then run npm run dev to start the server. Use npm run inspect to test tools and resources with the MCP Inspector.
Key features of Google Workspace MCP Server
- Gmail API: send emails, list messages, manage labels
- Drive API: list files, create folders, upload files
- Docs API: create and edit Google Docs
- Sheets API: read and write spreadsheet data
- Slides API: create presentations and slides
- Calendar API: list and create calendar events
- OAuth2 authentication flow helpers
Use cases of Google Workspace MCP Server
—
FAQ from Google Workspace MCP Server
What are the prerequisites?
Node.js 16+ and a Google Cloud project with the necessary APIs enabled and OAuth 2.0 client credentials.
How do I authenticate?
Use the generate_auth_url tool to get an authorization URL, open it in a browser to authorize, then use exchange_code_for_tokens with the returned authorization code to obtain a refresh token. Add the refresh token to your .env file.
Which Google Workspace APIs are supported?
Gmail, Drive, Calendar, Docs, Sheets, and Slides. Each has a set of dedicated tools and resources.
How do I start the server?
After configuration, run npm run dev to start the server. For testing, run npm run inspect to open the MCP Inspector in your browser.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
评论