ChatGPT custom MCP connector lets AI create forms, not just describe them
A Dev.to post by Lovanaut walks through connecting ChatGPT to FORMLOVA's remote MCP server so the model can call tools that actually create and operate forms, rather than just suggesting field names.
Score breakdown
The post illustrates the concrete gap between ChatGPT generating form field suggestions in chat and ChatGPT actually invoking remote MCP tools to create and configure a live form, showing what a working agentic write-action setup looks like in practice.
- 01The remote MCP server URL for FORMLOVA is `https://formlova.com/api/mcp`.
- 02ChatGPT's developer mode / MCP app feature may also be labeled 'custom apps' or 'custom connectors' depending on account type.
- 03OAuth is required because the server can perform write actions: creating forms, inspecting submissions, and configuring emails.
Lovanaut's post on Dev.to outlines a practical setup for connecting ChatGPT to FORMLOVA, a remote MCP form server, using ChatGPT's developer mode (which OpenAI also labels "MCP apps," "custom apps," or formerly "custom connectors"). The core argument is that while ChatGPT can already suggest form fields conversationally, connecting it to a remote MCP server lets it go one layer deeper — calling tools that actually create and operate forms rather than just describing them. The connection requires pointing ChatGPT to the server URL `https://formlova.com/api/mcp`, selecting OAuth as the authentication method, and completing the FORMLOVA authorization flow in the browser. The post notes that workspace plan users may need an admin to enable developer mode before the option is available, and that enabling an MCP app in settings and selecting it in a specific conversation can be two separate steps.
It recommends starting with a prompt that explicitly instructs ChatGPT to keep the form unpublished and return a preview URL, so the test is observable without creating public side effects.
The post places significant emphasis on safe first-test prompts. It recommends starting with a prompt that explicitly instructs ChatGPT to keep the form unpublished and return a preview URL, so the test is observable without creating public side effects. A more realistic example prompt it provides includes field requirements, post-submission operational intent (routing pricing inquiries, filtering sales pitches, sending a confirmation email), and an explicit safety boundary ("keep the form unpublished"). The post also flags a key failure mode: a vague prompt like "create a contact form" gives ChatGPT enough room to respond with a Markdown field list without ever invoking the remote MCP server, making it a poor test of whether the connection is actually working. The source text is truncated before the post concludes.
Key facts
- 01The remote MCP server URL for FORMLOVA is `https://formlova.com/api/mcp`.
- 02ChatGPT's developer mode / MCP app feature may also be labeled 'custom apps' or 'custom connectors' depending on account type.
- 03OAuth is required because the server can perform write actions: creating forms, inspecting submissions, and configuring emails.
- 04A free FORMLOVA account is sufficient for the first connection test.
- 05The post recommends an initial prompt that keeps the form unpublished and requests a preview URL to avoid public side effects.
- 06A vague prompt like 'create a contact form' can be answered by ChatGPT without calling the remote MCP server at all.
- 07Workspace plan users may need an admin to enable developer mode before creating an MCP app.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 16, 2026 · 23:11 UTC. How this works →