Skip to content
Cursor

workspace mcp for Cursor

io.github.taylorwilsdon/workspace-mcp

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

client:Cursor transport:stdio runtime:pypi

Install workspace mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

workspace mcp in other clients