FormMaker docs

Something else

VS Code, Windsurf, Cline — and any other AI app that lets you add a tool by link.

FormMaker works with just about any AI app that lets you add an outside tool. If your app isn't on the main setup page, you're in the right place.

The one rule

Wherever you add it, you're doing the same thing: give the app your link (with your key inside), and if it asks how to sign in, choose the option that means no login.

If your app asks for…Put in…
A nameFormMaker
A URL or web addressyour link from the dashboard
A "type" or "transport"HTTP (not the other choices)
How to sign inNo login / API keynot the sign-in option
A key or passwordit's already in the link — leave this blank if you can

Ready-made settings for common apps

Swap fm_live_YOUR_KEY for the key from your dashboard.

For GitHub Copilot's Agent mode. Put this in a file called .vscode/mcp.json in your project (or open the Command Palette and run "MCP: Open User Configuration" to set it for everything):

{
  "servers": {
    "formmaker": {
      "type": "http",
      "url": "https://mcp.formmaker.co.in/mcp?key=fm_live_YOUR_KEY"
    }
  }
}

Open Settings → Tools → Add Server → View Raw Config, or edit the file at ~/.codeium/mcp_config.json:

{
  "mcpServers": {
    "formmaker": {
      "serverUrl": "https://mcp.formmaker.co.in/mcp?key=fm_live_YOUR_KEY"
    }
  }
}

After you add it, click the refresh button — no need to restart.

In Cline, open MCP Servers → Configure → Remote Servers and add it there, or edit its config directly. One thing matters: the type must be written exactly as streamableHttp — spelled any other way, it won't connect.

{
  "mcpServers": {
    "formmaker": {
      "type": "streamableHttp",
      "url": "https://mcp.formmaker.co.in/mcp",
      "headers": { "Authorization": "Bearer fm_live_YOUR_KEY" },
      "disabled": false,
      "autoApprove": []
    }
  }
}

Menus and file locations for these apps change now and then. If something's moved, look for your app's "add MCP server" screen and use the table above for what to type in each box.

Still asking you to log in?

Look for a "No authentication" or "API key" choice and pick that. FormMaker doesn't use a login — your key is already in the link.

Check it worked

Ask your app: "Show me my HubSpot forms." If your forms come back, you're connected. If not, close the app fully and open it again — many apps only pick up a new tool when they start.

What FormMaker can do for you

Once it's connected, you can ask your AI app to:

  • Look at your forms and grade them — find what's costing you sign-ups, with the exact fixes.
  • Build a form as ready-to-use website code, matched to your brand.
  • Create and update hosted forms — including step-by-step and conversational ones.

The full list of everything it can do is in the tool reference.