MeowForm

Agent-friendly forms from JSON Schema. Build structured data interfaces in seconds.

Powerful Automations

Everything you need to turn JSON into beautiful web experiences.

visibility

Human Usable Site

Generated forms are optimized for both humans and AI agents with clear semantics.

Learn More arrow_forward
edit_square

Manual Creation

Fine-tune every aspect of your form with our intuitive schema override system.

Learn More arrow_forward
auto_awesome

Auto UI Generation

Instantly transform any compliant JSON Schema into a production-ready web form.

Learn More arrow_forward

Create a Form

Define your form with a context message and JSON Schema, then share the generated link.

Your form is ready!

terminal MCP Configuration

1

Install

Pull the latest mcp-server package via npm or yarn to get started.

2

Configure

Define your JSON Schema in the config file to map data fields.

3

Connect

Deploy and connect your agent to start receiving structured forms.

mcp.config.json content_copy
{
  "mcpServers": {
    "meow-form": {
      "command": "npx",
      "args": [
        "-y",
        "@meowform/server"
      ],
      "env": {
        "MEOW_API_KEY": "your_key_here"
      }
    }
  }
}

Initializing...

Error

Agent Request

Response submitted successfully! The agent workflow will now resume.