Skip to main content

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.

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:
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:
{
  "mcpServers": {
    "weavely": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.weavely.ai/mcp"
      ]
    }
  }
}
  1. Restart the Claude Desktop app.
npx must be available in your terminal. On Windows, you may need to prefix the command with cmd /c.

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
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.