Use our MCP server to connect Weavely to your favourite AI and LLM tools!
create-form
tool that lets your AI client instantly generate sophisticated, production-grade forms from a user prompt.
For example:
“Create a post-purchase NPS survey for new customers using behavioral science principles.”Behind the scenes, the MCP tool calls:
mcp.json
or equivalent config file for any compatible AI client:
https://mcp.weavely.ai/sse
via the mcp-remote
runner.
Note: npx
should be available in your terminal. If you’re on Windows and using a local agent, you may need to prefix commands with cmd /c
.
create-form
This MCP server currently exposes one tool:
Name | Description | Inputs |
---|---|---|
create-form | Create a new Weavely form from prompt | prompt (required), name (optional) |
create-form
as a callable action and can invoke it whenever relevant in conversation.
Example usage in Claude or Cursor:
“Create a bug reporting form for engineering users with required fields for steps to reproduce.”The LLM will detect this intent, call the
create-form
tool, and return a full JSON definition of the form.