Skip to content
Grok

workspace mcp for Grok

io.github.taylorwilsdon/workspace-mcp

Google Workspace MCP server for Gmail, Drive, Calendar, Docs, Sheets, Slides, Forms, Tasks, Chat.

client:Grok transport:stdio runtime:pypi

Install workspace mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "workspace-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "workspace-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

workspace mcp in other clients