FormHug MCP for AI Agents

Connect Claude, Cursor, Manus, or any MCP-compatible AI assistant. Create forms, read submissions, and submit entries — all through natural language.

mcp config
{
  "mcpServers": {
    "formhug": {
      "type": "http",
      "url": "https://formhug.ai/mcp"
    }
  }
}

What Your Agent Can Do

FormHug's MCP server exposes your entire form workspace to any compatible AI agent.

Create Forms

Describe the form you need and your agent builds it instantly — fields, choices, and all.

Edit Forms

Add or remove fields, update titles and descriptions, or rename forms on the fly.

📋

Read Submissions

List entries, retrieve individual responses, and pipe data directly into your workflow.

📨

Submit Entries

Programmatically submit form entries on behalf of users or automated processes.

Connect in Minutes

One URL is all you need. Point your agent at the FormHug MCP server and you're ready to go.

Desktop

1

Open Claude Desktop → Settings → Developer → Edit Config

2

Add the FormHug server under mcpServers:

{
  "mcpServers": {
    "formhug": {
      "type": "http",
      "url": "https://formhug.ai/mcp"
    }
  }
}
3

Restart Claude Desktop and start chatting.

Web (claude.ai)

1

Go to Settings → Connectors and click Add custom connector

2

Enter name FormHug and remote MCP server URL:

https://formhug.ai/mcp

3

Authorize and the FormHug tools will be available in your chat.

11 Tools, Ready to Use

Every action your agent might need — from creating a form to reading the latest submissions.

list_formsList all forms owned by the current user
get_formGet full form structure including all field definitions
create_formCreate a new form with a name, description, and header image
update_formUpdate a form's name or description
delete_formPermanently delete a form and all its entries
preview_formGet a readable markdown summary of a form's structure
get_published_formInspect any published form by its token
add_fieldsAppend one or more fields to an existing form
remove_fieldRemove a specific field from a form
list_entriesList paginated submissions for a form
submit_entrySubmit a new entry to any published form

Just Describe What You Need

No API docs, no code. Tell your agent what you want in plain language.

Create a customer feedback form with a rating, a text comment, and an email field.

Show me the last 10 submissions from my "Job Application" form.

Add a dropdown for "Department" to my onboarding form.

Rename my "Form #3" to "2024 Employee Survey" and update the description.

Submit a test entry to the contact form with name "Alice" and email "[email protected]".

List all my forms and tell me which ones have more than 50 responses.

Frequently Asked Questions

Ready to Connect Your Agent?

Start for free. No credit card required. Your agent will be building forms in minutes.

Read the developer docs →