> ## Documentation Index
> Fetch the complete documentation index at: https://docs.caylex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Forms

> Automate form creation and response management

The Google Forms MCP Server integrates with the Google Forms API to create, edit, and retrieve forms, enabling AI agents to automate data collection, streamline surveys, and enhance user interactions through natural language processing.

## Server Details

| Property        | Value                                                     |
| --------------- | --------------------------------------------------------- |
| **Transport**   | Streamable HTTP                                           |
| **Server Type** | Caylex                                                    |
| **Endpoint**    | caylex-internal                                           |
| **Categories**  | Productivity & Collaboration, Business Operations, Google |

## Authentication

This server supports the following authentication method:

### OAuth

**Scopes:** `openid`, `email`, `profile`, `https://www.googleapis.com/auth/forms.body`, `https://www.googleapis.com/auth/forms.body.readonly`, `https://www.googleapis.com/auth/forms.responses.readonly`

During the server onboarding flow, you will be prompted to complete the OAuth flow to grant access. See the [Google Forms Authentication guide](/oauth-guides/google-forms) for step-by-step credential configuration.

## Getting Started

<Steps>
  <Step title="Add the server">
    Navigate to the **Server Library** and click on the **New Server** button. Find **Google Forms** in the Caylex Catalog.
  </Step>

  <Step title="Server Onboarding flow">
    Go through the server onboarding flow.
  </Step>

  <Step title="Use in a project">
    Add the server to a [project](https://app.caylex.dev/projects) by configuring project connections. Its tools are now available to any agents connected to that project.
  </Step>
</Steps>

## Related Servers

<CardGroup cols={2}>
  <Card title="Google Sheets" href="/server-catalog/google-sheets" icon="https://d338mlbnszozgc.cloudfront.net/logos/google-sheets.svg" />

  <Card title="Google Drive" href="/server-catalog/google-drive" icon="https://d338mlbnszozgc.cloudfront.net/logos/google-drive.svg" />
</CardGroup>
