Agent-friendly forms from JSON Schema. Build structured data interfaces in seconds.
Everything you need to turn JSON into beautiful web experiences.
Generated forms are optimized for both humans and AI agents with clear semantics.
Learn More arrow_forwardFine-tune every aspect of your form with our intuitive schema override system.
Learn More arrow_forwardInstantly transform any compliant JSON Schema into a production-ready web form.
Learn More arrow_forwardPull the latest mcp-server package via npm or yarn to get started.
Define your JSON Schema in the config file to map data fields.
Deploy and connect your agent to start receiving structured forms.
{
"mcpServers": {
"meow-form": {
"command": "npx",
"args": [
"-y",
"@meowform/server"
],
"env": {
"MEOW_API_KEY": "your_key_here"
}
}
}
}
Response submitted successfully! The agent workflow will now resume.