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

> Use the Weavely MCP server to build, style, and publish forms or surveys directly in Claude — no coding required.

# How to Create Forms & Surveys with the Weavely MCP Server in Claude

<span className="weavely-jsonld" hidden>
  {`{
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebPage",
        "@id": "https://help.weavely.ai/integrations/claude",
        "url": "https://help.weavely.ai/integrations/claude",
        "name": "How to Create Forms & Surveys with the Weavely MCP Server in Claude",
        "description": "Use the Weavely MCP server to build, style, and publish forms or surveys directly in Claude — no coding required.",
        "inLanguage": "en",
        "isPartOf": {
          "@type": "WebSite",
          "@id": "https://help.weavely.ai/#website",
          "name": "Weavely Help Center"
        },
        "breadcrumb": {
          "@type": "BreadcrumbList",
          "itemListElement": [
            { "@type": "ListItem", "position": 1, "name": "Integrations", "item": "https://help.weavely.ai/integrations" },
            { "@type": "ListItem", "position": 2, "name": "Claude", "item": "https://help.weavely.ai/integrations/claude" }
          ]
        },
        "publisher": { "@id": "https://www.weavely.ai/#org" }
      },
      {
        "@type": "TechArticle",
        "headline": "How to Create Forms & Surveys with the Weavely MCP Server in Claude",
        "description": "Use the Weavely MCP server to build, style, and publish forms or surveys directly in Claude — no coding required.",
        "author": { "@id": "https://www.weavely.ai/#org" },
        "publisher": { "@id": "https://www.weavely.ai/#org" },
        "inLanguage": "en",
        "mainEntityOfPage": { "@id": "https://help.weavely.ai/integrations/claude" }
      },
      {
        "@type": "VideoObject",
        "name": "How to Build Forms & Surveys in Claude with MCP (Weavely Connector Tutorial)",
        "description": "Learn how to create forms and surveys directly inside Claude using the Weavely MCP connector. In this step-by-step tutorial, I'll show you how to install the MCP server, generate a complete feedback survey with AI, add conditional logic, and publish your form, all from a single Claude conversation!",
        "uploadDate": "2026-03-03",
        "duration": "PT4M3S",
        "thumbnailUrl": "https://img.youtube.com/vi/NtS2UgeADhQ/maxresdefault.jpg",
        "embedUrl": "https://www.youtube.com/embed/NtS2UgeADhQ",
        "contentUrl": "https://www.youtube.com/watch?v=NtS2UgeADhQ",
        "potentialAction": {
          "@type": "WatchAction",
          "target": "https://www.youtube.com/watch?v=NtS2UgeADhQ"
        }
      },
      {
        "@type": "HowTo",
        "name": "How to Create Forms & Surveys with the Weavely MCP Server in Claude",
        "description": "Use the Weavely MCP server to build, style, and publish forms or surveys directly in Claude.",
        "step": [
          {
            "@type": "HowToStep",
            "name": "Connect the Weavely MCP Server to Claude",
            "text": "Add the Weavely MCP server URL (https://mcp.weavely.ai/mcp) to Claude Desktop via Settings > Profile > Integrations, or by editing the config file for free users."
          },
          {
            "@type": "HowToStep",
            "name": "Build Your Form with Claude",
            "text": "Tell Claude what kind of form or survey you need. Claude creates the form step by step and shares a live preview URL you can follow in your browser."
          },
          {
            "@type": "HowToStep",
            "name": "Publish and Claim Your Form",
            "text": "Ask Claude to publish the form. Click the editor URL to claim ownership, set up integrations, and start collecting responses."
          }
        ],
        "tool": [
          { "@type": "HowToTool", "name": "Claude Desktop or claude.ai" },
          { "@type": "HowToTool", "name": "Weavely MCP Server" }
        ]
      },
      {
        "@type": "Organization",
        "@id": "https://www.weavely.ai/#org",
        "name": "WEAVE.LY BV",
        "url": "https://www.weavely.ai",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "Herbert Hooverlaan 141",
          "addressLocality": "Schaarbeek",
          "postalCode": "1030",
          "addressCountry": "BE"
        },
        "identifier": "BE0773.878.569",
        "sameAs": [
          "https://www.instagram.com/weavely.ai/",
          "https://www.linkedin.com/company/weave-ly/",
          "https://www.youtube.com/@weavely"
        ]
      }
    ]
    }`}
</span>

<iframe src="https://www.youtube.com/embed/NtS2UgeADhQ" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

## What Is the Weavely MCP Server?

The **Weavely MCP server** lets Claude (or any AI client that supports the Model Context Protocol) build forms and surveys step by step — adding questions, styling, conditional logic, and more — all from a natural conversation. You get a **live preview URL** to follow along as Claude builds, and a publish link when you're ready to go live.

The Model Context Protocol (MCP) is an open standard that connects AI assistants like Claude to external tools. The Weavely MCP connector gives Claude the ability to create professional forms through conversation — including 25 element types, multi-page layouts, custom themes, and conditional logic — without writing a single line of code.

## How to Connect the Weavely MCP Server to Claude

There are two ways to connect Weavely to Claude Desktop. Choose the method that matches your account type:

### For Paying Claude Users

Navigate to \_Settings > Connectors \_ and press *"Add custom connector"*. In the modal that appears, give the integration a name (e.g. *"Weavely"*) and paste the following URL:

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

Restart the Claude Desktop app and you're all set!

### For Free Claude Users

Free users need to manually edit the Claude Desktop config file:

1. Create or locate the config file:
   * **Mac:** `~/Library/Application Support/Claude/claude_desktop_config.json`
   * **Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
2. Add the following JSON snippet:

```json theme={null}
{
  "mcpServers": {
    "weavely": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.weavely.ai/mcp"
      ]
    }
  }
}
```

3. Restart the Claude Desktop app.

<Note>
  `npx` must be available in your terminal. On Windows, you may need to prefix the command with `cmd /c`.
</Note>

## How to Build Forms and Surveys with Claude MCP

Simply tell Claude what kind of form or survey you need. Claude will create the form and share a **live preview URL** — open it in your browser and refresh anytime to see the latest changes.

You can iterate naturally:

* **"Create a customer feedback form with a star rating and a comment box"** — Claude creates the form and adds the elements
* **"Add a dropdown asking how they found us"** — Claude adds it to the existing form
* **"Make the rating required and change the comment placeholder"** — Claude updates the elements
* **"Use a dark theme with Inter font"** — Claude styles the form
* **"Only show the comment box when the rating is below 4"** — Claude adds conditional logic

The preview URL updates in real-time — just refresh your browser to see each change as Claude makes it.

Claude has access to **13 tools** covering the full form-building workflow: creating forms, adding and editing questions (25 element types including text fields, choice fields, ratings, matrices, file uploads, and more), multi-page forms, visual theming, conditional logic, and publishing.

## Publishing Your Form

When you're happy with the form, ask Claude to publish it:

> **"Publish my form"**

Claude will return an **editor URL**. Click it to open the Weavely editor where you can:

* **Create a free Weavely account** to claim full ownership of the form
* **Share the form** and start collecting responses
* **Set up integrations** — Make, Zapier, n8n, Google Sheets, HubSpot, Airtable, Notion
* **Configure email notifications** — get notified on each submission or send confirmation emails to respondents
* **Customize the social media preview** — Open Graph image, title, and description
* **Set a custom domain** or get **embed codes** for your website
* **Add images** to image-choice options or as content elements

<Tip>
  The live preview URL you used during building is temporary — it cannot be claimed or published from. Always use the **publish** step to get your permanent form.
</Tip>
