---
title: "Minds for Google Sheets | Minds"
canonical_url: "https://getminds.ai/guide/google-sheets"
last_updated: "2026-08-24T04:40:35.272Z"
meta:
  description: "Run research against an existing Minds Group from selected Google Sheets rows and write the results back into the sheet."
  "og:description": "Run research against an existing Minds Group from selected Google Sheets rows and write the results back into the sheet."
  "og:title": "Minds for Google Sheets | Minds"
  "twitter:description": "Run research against an existing Minds Group from selected Google Sheets rows and write the results back into the sheet."
  "twitter:title": "Minds for Google Sheets | Minds"
---

Minds

August 18, 2026·Minds Team

# **Minds for Google Sheets**

Minds for Google Sheets sends questions from the first column of a selected range to an existing Minds Group. It preserves blank rows, asks for confirmation before using plan allowance or overwriting cells, and writes each result into the next column.

Use a Google Sheet as a lightweight research queue. Select rows containing questions, choose an existing Minds Group, review the confirmation, and write the answers into the adjacent column.

## What the add-on does

1. Reads the first column of the range you selected.
2. Ignores empty questions while preserving their row positions.
3. Asks for an existing Minds Group ID.
4. Confirms the number of questions and warns if existing output cells will be overwritten.
5. Sends up to 25 non-empty questions to Minds.
6. Writes one result per selected row into the first column immediately to the right of the selected range.

The add-on uses the same Minds MCP endpoint as other supported integrations. It does not create a separate research implementation or change the selected Group.

## Requirements

- A [Minds account](https://getminds.ai)
- A Minds plan that includes API and MCP access. See [plans and pricing](https://getminds.ai/pricing).
- An existing Minds Group
- A Minds API key from [Settings, API Keys](https://getminds.ai/settings/api-keys)

## Data and credential handling

Your API key is stored in your own Google Apps Script user properties. It is never written into a spreadsheet cell or committed to the public source code.

For each run, the add-on sends the selected non-empty questions, the Group ID you entered, and your API key to `https://getminds.ai/mcp`. Minds returns the research result that the add-on writes into the sheet. No other spreadsheet cells are sent.

Use **Extensions, Minds, Clear Minds API key** to remove the locally stored key. This does not revoke the key in Minds. Revoke a key from [Minds API key settings](https://getminds.ai/settings/api-keys) when you need to invalidate it everywhere.

## Support and policies

- [Public source code](https://github.com/minds-ai-co/minds-integrations/tree/main/apps/google-workspace)
- [Minds support](https://getminds.ai/contact)
- [Privacy policy](https://getminds.ai/legal/dataprivacy)
- [Terms of service](https://getminds.ai/legal/terms)

Marketplace availability is subject to Google review. This page documents the first-party integration and does not claim approval before Google publishes the listing.