MCP Directory

taylorwilsdon/google_workspace_mcp

GitHub
Other

Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets over stdio, Streamable HTTP and SSE transports.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y google_workspace_mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from taylorwilsdon/google_workspace_mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "google_workspace_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google_workspace_mcp"
      ]
    }
  }
}

Route taylorwilsdon/google_workspace_mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add google_workspace_mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use taylorwilsdon/google_workspace_mcp directly without routing

npx -y google_workspace_mcp

New to Agent-CoreX? View setup guide →

taylorwilsdon/google_workspace_mcp MCP Server — Agent-CoreX