Files

Google Docs

Cursor plugin that connects agents to Google Docs through Google's remote Model Context Protocol server.

Read Google Docs and apply updates in the signed-in Workspace account.

Install

  1. Open Cursor Settings → Plugins.
  2. Search for Google Docs.
  3. Click Install, then complete the Google sign-in prompt.

Or run /add-plugin google-docs in chat.

MCP

{
  "mcpServers": {
    "google-docs": {
      "type": "http",
      "url": "https://docsmcp.googleapis.com/mcp/v1"
    }
  }
}

Auth is OAuth 2.0 against Google. Cursor prompts for Google sign-in when the plugin connects.

Docs

Logo is the official Google Docs product icon: https://www.gstatic.com/images/branding/productlogos/docs_2026/v1/192px.svg

License

MIT