Google Workspace Enhanced
Enhanced MCP server for Google Workspace with Google Meet integration and bug fixes
What is Google Workspace Enhanced?
Google Workspace Enhanced is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enhanced mcp server for google workspace with google meet integration and bug fixes
Enhanced MCP server for Google Workspace with Google Meet integration and bug fixes
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Enhanced MCP server for Google Workspace with Google Meet in
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx mcp-gsuite-enhancedConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Google Workspace Enhanced
The mcp-gsuite-enhanced server is a Python-based MCP server that provides comprehensive Google Workspace automation with 27 tools covering the complete Gmail API lifecycle and full Google Calendar integration including automatic Google Meet link generation. It is an enhanced fork of the original mcp-gsuite project that fixes the broken update_calendar_event tool, adds working Google Meet integration, implements label management and archive workflow tools, and corrects attendee email parsing bugs. This server is ideal for developers and power users who want to automate email management, draft creation, calendar scheduling, and meeting coordination through AI assistants.
Prerequisites
- Python 3.13 or higher and the uv package manager
- A Google account with Gmail and Google Calendar access
- A Google Cloud project with Gmail API and Google Calendar API enabled, and OAuth 2.0 Desktop credentials downloaded as .gauth.json
- An MCP-compatible client such as Cursor, Claude Desktop, or any MCP-supporting IDE
Clone the repository and install dependencies
Clone the mcp-gsuite-enhanced repository and install all Python dependencies using uv sync.
git clone https://github.com/ajramos/mcp-gsuite-enhanced.git
cd mcp-gsuite-enhanced
uv syncSet up Google Cloud OAuth credentials
Go to console.cloud.google.com, create a project, enable the Gmail API and Google Calendar API, create OAuth 2.0 Desktop credentials, and download the JSON file. Save it as .gauth.json in the project directory.
Create the accounts configuration file
Create a .accounts.json file in the project directory listing the Google accounts to manage.
{
"accounts": [
{
"email": "[email protected]",
"account_type": "personal",
"extra_info": "Main Gmail and Calendar account"
}
]
}Authenticate with Google
Run the auth_setup.py script with your email address. It will open a browser for the OAuth consent flow — grant all requested permissions.
python auth_setup.py [email protected]Generate and apply MCP client configuration
Run the cursor_setup.py helper to see your authentication status and get the generated MCP configuration JSON to paste into your client settings.
python cursor_setup.pyRestart your MCP client and test
Restart Cursor or your chosen MCP client, then try a simple command like listing calendars or showing unread emails to confirm the server is working.
Google Workspace Enhanced Examples
Client configuration
Claude Desktop or Cursor configuration for the mcp-gsuite-enhanced server using uv to run the Python module.
{
"mcpServers": {
"gsuite-enhanced": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-gsuite-enhanced",
"run",
"mcp-gsuite-enhanced"
]
}
}
}Prompts to try
Example prompts demonstrating Gmail, Calendar, and Google Meet capabilities.
- "Show my unread emails from the last 24 hours"
- "Send an email to [email protected] with subject 'Project Update' about the Q3 results"
- "Create a meeting for tomorrow at 3 PM with Google Meet link and invite [email protected]"
- "Archive all newsletter emails from last week"
- "Create a label called 'Client Alpha' and apply it to emails about that project"
- "What's on my calendar this week?"Troubleshooting Google Workspace Enhanced
OAuth authentication fails or browser does not open
Ensure .gauth.json is present in the project root and contains valid OAuth 2.0 Desktop credentials. Re-download credentials from Google Cloud Console if the file is missing or corrupted.
Calendar update operations fail silently
This enhanced version fixes the broken update_calendar_event from the original project. If updates still fail, ensure you are running mcp-gsuite-enhanced (not the original mcp-gsuite) and that your OAuth token has been re-granted with Calendar write permissions.
Google Meet links are not appearing in created events
Meet link generation requires the Google Calendar API scope `calendar.events`. Re-run `python auth_setup.py [email protected]` to ensure all required scopes are granted, then delete any cached token files and re-authenticate.
Frequently Asked Questions about Google Workspace Enhanced
What is Google Workspace Enhanced?
Google Workspace Enhanced is a Model Context Protocol (MCP) server that enhanced mcp server for google workspace with google meet integration and bug fixes It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Google Workspace Enhanced?
Follow the installation instructions on the Google Workspace Enhanced GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Google Workspace Enhanced?
Google Workspace Enhanced works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Google Workspace Enhanced free to use?
Yes, Google Workspace Enhanced is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Google Workspace Enhanced Alternatives — Similar Business Applications Servers
Looking for alternatives to Google Workspace Enhanced? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Google Workspace Enhanced in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Google Workspace Enhanced?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.