CustomGFormCustomGForm
Documentation
✨ Features

Ask AI for Google Forms

Tired of clicking through endless menus and tweaking CSS color codes by hand?

CustomGForm Ask AI lets you design, extend, and manage Google Forms using plain English. Whether you want to restyle your form to match your brand, turn on dark mode, attach a file upload field, or ask how many leads dropped off today, you can simply tell the AI what you need and watch it happen live.

Furthermore, CustomGForm features official Model Context Protocol (MCP) support. You can connect your favorite AI assistants—including Claude Desktop, Cursor, Antigravity, GitHub Copilot, and Codex—directly to your forms and control them from your own development environment.


Two Ways to Use AI with CustomGForm

CustomGForm provides AI assistance wherever you work:

1. In-Dashboard Ask AI

Inside the Customize tab of your form dashboard, click the Ask AI panel. Type what you want to change, and the AI will analyze your form, apply theme and configuration updates in real time, and reflect them immediately in the live interactive preview.

  • Instant Live Preview: Changes are rendered immediately so you can test buttons, typography, and contrast on the spot.
  • Interactive Tool Views: See clear visual cards for every action the AI takes, such as updated color codes, newly attached addons, or fetched responses.
  • Full Rollback History: Every prompt is logged in your session history. Revert to any previous revision with a single click if you want to experiment.
  • Combined AI + Manual Customization: Use AI to generate an initial 90% design, then fine-tune individual settings manually in the theme customizer.

2. External AI Agents via Model Context Protocol (MCP)

CustomGForm is an official Streamable HTTP MCP server (https://customgform.com/api/mcp).

By creating an API token in your account settings, you can grant your external AI agents—such as Claude Desktop, Cursor, Antigravity, or Codex—full programmatic access to manage your forms, retrieve analytics, troubleshoot connections, and export leads.

Full MCP Documentation

Want to set up Claude Desktop, Cursor, or your IDE? Check out the complete MCP Integration Guide for one-click configuration snippets and token setup steps.


What Ask AI Can Do

Ask AI and MCP tools provide end-to-end capabilities across the entire form lifecycle:

CapabilityWhat You Can AskUnderlying Tool
Theme & Style Customization"Make this form look like Stripe with a dark purple accent, rounded buttons, and Inter font."customize_google_form
Dark Mode Generation"Add a sleek midnight dark theme with high contrast text and dark slate field inputs."customize_google_form
Template Management"Save this styling as a reusable template named 'SaaS Dark Modern'."save_theme_to_template
Field Addons"Add a file upload addon to question 4 and allow files up to 25MB."configure_field_addon
Google Form Re-sync"I added two new questions in Google Forms. Please sync the latest form structure."sync_google_form
Integrations & Webhooks"Connect a webhook that sends new submissions to https://api.mysite.com/leads."add_form_integration
Connection Diagnostics"Why is my form showing an error to visitors? Diagnose connection issues."troubleshoot_form_connection
Embed & Prefill Snippets"Generate the React embed code for this form with a prefilled referral source."get_form_share_instructions
Analytics & Conversion Rates"What was my form completion rate this week, and what's the average time to finish?"get_form_analytics
Responses & Partial Lead Recovery"Show me recent partial responses where users dropped off before submitting."get_form_responses

Real-World Prompt Examples

Here are some popular prompts you can try right away in Ask AI:

Instant Design & Rebranding

"Change the form theme to match a luxury wellness brand. Use warm neutral backgrounds (#F9F6F0), a forest green primary button (#2D4A3E), elegant serif headings, and generous padding."

Enabling Dark Mode

"Enable dark mode on this form. Build an automatic dark palette with deep charcoal cards (#18181B) and emerald green accents that looks great when respondents use dark mode."

Adding Field Addons

"Attach a location detection addon to the City/Region question so respondent locations are detected automatically."

Inspecting Drop-Offs and Partial Submissions

"List all partial responses recorded over the last 3 days and tell me which question has the highest drop-off rate."

Embedding into Your Website

"Give me the HTML iframe embed code and explain how to pass prefilled query parameters for UTM tracking."


Connecting External Agents via MCP

If you use tools like Claude Desktop or Cursor, you can interact with CustomGForm without leaving your editor.

Generate an MCP Token

Go to Settings → AI & MCP Access Tokens and click Generate Token. Copy your secret key (cgf_mcp_...).

Add to Your Claude Desktop Config

Open claude_desktop_config.json and add:

claude_desktop_config.json
{
  "mcpServers": {
    "customgform": {
      "url": "https://customgform.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_CUSTOMGFORM_API_TOKEN"
      }
    }
  }
}

Prompt Claude or Cursor

Ask Claude:

"List my Google Forms in CustomGForm and analyze the response trends for my contact form."

For complete details on connecting Cursor, Codex, Antigravity, and GitHub Copilot, visit our dedicated AI & MCP Documentation.


Plan Availability

PlanAsk AI PromptsMCP Server AccessAvailable Tools
Hobby (Free)20 prompts includedIncludedCore theming, sync, analytics, responses
StarterUnlimitedIncludedAll core tools + custom fonts & templates
ProUnlimitedIncludedAll tools + Partial responses recovery & 100MB file uploads


Learn More



On this page