
Google Tasks MCP Server
The Google Tasks MCP Server bridges AI assistants with Google Tasks, enabling seamless management and automation of tasks directly through standardized protocol...
Connect AI agents to Google Workspace for end-to-end workflow automation and intelligent document, calendar, email, and collaboration tool access.
The Google Workspace MCP Server is a comprehensive, highly performant Model Context Protocol (MCP) server designed to seamlessly connect AI assistants and large language models with various Google Workspace services. By providing complete coverage for Calendar, Gmail, Docs, Sheets, Slides, Chat, Forms, and Drive, this MCP server empowers developers to create workflows that can access, modify, and interact with Google Workspace data programmatically. It enables tasks such as querying calendar events, managing emails, handling documents, collaborating on sheets, and integrating with chat and forms, all through standardized MCP tools and resources. This greatly enhances the productivity and automation capabilities of AI-driven applications within organizations that rely on Google Workspace.
No prompt templates are explicitly mentioned in the repository files or documentation.
No explicit list of MCP resources is detailed in the available repository content.
Based on the folder structure and coverage description, the following tools are likely provided by the Google Workspace MCP Server, each corresponding to a Google Workspace product:
windsurf.config.json
).mcpServers
:{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"],
"env": {
"GOOGLE_API_KEY": "${GOOGLE_API_KEY}"
},
"inputs": {}
}
}
}
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"],
"env": {
"GOOGLE_API_KEY": "${GOOGLE_API_KEY}"
},
"inputs": {}
}
}
}
mcpServers
:{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"],
"env": {
"GOOGLE_API_KEY": "${GOOGLE_API_KEY}"
},
"inputs": {}
}
}
}
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["@google-workspace/mcp-server@latest"],
"env": {
"GOOGLE_API_KEY": "${GOOGLE_API_KEY}"
},
"inputs": {}
}
}
}
Note: Secure your API keys by using environment variables as shown above. Never hardcode sensitive credentials in configuration files.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"google-workspace": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “google-workspace” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Complete Google Workspace integration via MCP. |
List of Prompts | ⛔ | No prompt templates are documented. |
List of Resources | ⛔ | No explicit resource definitions found. |
List of Tools | ✅ | Tools inferred from folder structure covering major Workspace products. |
Securing API Keys | ✅ | Example JSON provided for environment variables. |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned. |
Based on the information available, the Google Workspace MCP Server offers strong integration and tool coverage but lacks publicly documented prompts, resources, or sampling/roots support. The setup instructions are standard, and API security is addressed. Overall, this MCP scores highly for functionality and potential, though some documentation areas could be improved.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 34 |
Number of Stars | 124 |
It's a Model Context Protocol (MCP) server that enables AI agents to access, automate, and interact with Google Workspace apps—including Calendar, Gmail, Docs, Sheets, Slides, Chat, Forms, and Drive—directly from your workflows.
The server provides tools mapped to Google Workspace products: gcalendar (Calendar), gmail, gdocs (Docs), gsheets (Sheets), gslides (Slides), gchat, gforms, and gdrive (Drive), allowing programmatic automation and data access.
Always use environment variables in your configuration (as shown in the setup instructions) to store sensitive credentials. Never hardcode API keys directly in files.
Yes, simply add the MCP component to your flow, select the Google Workspace server, and provide your server URL and credentials. Your AI agent will gain instant access to the Workspace tools.
Automated meeting scheduling, email management, collaborative editing, data extraction and reporting, and unified workflow automation across multiple Google Workspace services.
Unlock seamless AI-powered automation in Google Workspace. Connect your FlowHunt agent to Gmail, Calendar, Docs, and more in minutes.
The Google Tasks MCP Server bridges AI assistants with Google Tasks, enabling seamless management and automation of tasks directly through standardized protocol...
The Google Calendar MCP Server enables AI agents to access, manage, and automate Google Calendar events, including listing, creating, updating, and deleting eve...
Integrate Gmail into your AI workflows with the Gmail MCP Server. FlowHunt enables AI assistants to send, read, organize, and automate emails securely, leveragi...