G
Google Workspace
Integrates with Gmail and Google Calendar to enable email operations, calendar management, and multi-account support for Google Workspace automation.
Share:
About
Integrates with Gmail and Google Calendar to enable email operations, calendar management, and multi-account support for Google Workspace automation.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Google Workspace.
- What does the Google Workspace MCP do?
- This MCP integrates with Gmail and Google Calendar. It enables email operations, calendar management, and multi-account support to automate tasks within Google Workspace.
- How do I install the Google Workspace MCP in an MCP client?
- Installation involves adding the MCP's repository URL to your MCP client. Specific steps vary by client, but generally include navigating to a 'tools' or 'integrations' section and providing the repository link.
- Does the Google Workspace MCP require an API key or other credentials?
- The description states the authentication type is 'none'. However, accessing Google Workspace services will typically require appropriate user authentication via Google's OAuth flow, which the MCP likely orchestrates.
- What are the key capabilities of the Google Workspace MCP?
- Key capabilities include email operations and calendar management within Gmail and Google Calendar. It supports multi-account setups for broader automation within Google Workspace environments.
- Is there any cost associated with using the Google Workspace MCP?
- The MCP itself is open-source. Any costs would depend on the underlying Google Workspace services and your specific Google Workspace subscription plan.
- What is a limitation of the Google Workspace MCP?
- A potential limitation is that this MCP relies on standard I/O for transport. This may affect performance or integration options compared to MCPs using more advanced communication protocols.
Install Google Workspace
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-workspace"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-workspace"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"google-workspace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-workspace"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.