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

# Use FormHug in Claude

> Connect Claude to FormHug with a custom connector, then create forms and review submissions from a Claude chat

Use FormHug in Claude when you want Claude to create forms, adjust fields, publish share links, or review submissions through a connected FormHug account.

For the product overview, see <a href="https://formhug.ai/claude-form-builder" target="_blank">FormHug for Claude</a>.

<iframe width="100%" height="400" src="https://www.youtube.com/embed/Hsycoh2ghiM?rel=0" title="FormHug Claude demo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

## Connect Claude

FormHug connects to Claude through the remote MCP server at:

```text theme={null}
https://formhug.ai/mcp
```

<Steps>
  <Step title="Open Connectors">
    In Claude, go to **Customize → Connectors**.
  </Step>

  <Step title="Add a custom connector">
    Click **+**, choose **Add custom connector**, and paste the FormHug MCP server URL.
  </Step>

  <Step title="Authorize FormHug">
    Complete the authorization flow so Claude can access your FormHug tools.
  </Step>

  <Step title="Ask Claude to build or update a form">
    Start with a short prompt, such as:

    > Create a client intake form with contact details, project budget, timeline, and a voice brief field.
  </Step>
</Steps>

<Note>
  **Team / Enterprise plans:** Ask your Claude org Owner to add the connector from **Organization settings → Connectors** first.
</Note>

## What You Can Ask

Claude can work from normal instructions:

* Create a form from a short brief
* Add, remove, or rename fields
* Make selected fields required
* Read recent submissions
* Summarize feedback from a form

For MCP details and other supported clients, see the [FormHug MCP Server](/integrations/mcp) page.

## Related

<CardGroup cols={2}>
  <Card title="FormHug for Claude" icon="message" href="https://formhug.ai/claude-form-builder" target="_blank">
    See the product page and Claude workflow overview
  </Card>

  <Card title="Form Builder for Claude" icon="newspaper" href="https://formhug.ai/blog/form-builder-for-claude" target="_blank">
    Read the blog walkthrough with examples
  </Card>

  <Card title="MCP for Agents" icon="robot" href="https://formhug.ai/mcp-for-agents" target="_blank">
    Learn how FormHug works with MCP-capable agents
  </Card>

  <Card title="FormHug MCP Server" icon="plug" href="/integrations/mcp">
    Review the full MCP setup guide
  </Card>
</CardGroup>
