Dashform MCP Server

Connect AI assistants to [Dashform](https://getaiform.com) — build and manage AI-powered forms, funnels, quizzes, and lead qualification workflows

Remote serverstreamable-http

What is the Dashform MCP server?

Connect Dashform to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes, and lead qualification workflows through the Model Context Protocol. The dashform mcp server is what makes that connection.

What the server does

  • Form Management — — Create, read, update, and delete forms and AI funnels programmatically
  • Reply Collection — — Submit and retrieve form responses
  • AI Lead Qualification — — Use built-in AI to check if a lead is a good fit for a business
  • Service Marketplace — — Search merchants, services, and categories
  • Booking — — Check availability and book appointments through AI agents
  • OAuth 2.1 — — Secure authentication with dynamic client registration

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Cursor — The Cursor tool exposed by this server
  • Windsurf — The Windsurf tool exposed by this server
  • Scopes — The Scopes tool exposed by this server

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Dashform's toolset — Cursor, Windsurf, Scopes — is a fair guide to whether it matches your workflow. It is maintained by makloai; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.
ScopesThe Scopes tool exposed by this server.

How to install the Dashform MCP server

{
  "mcpServers": {
    "dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Dashform to Cursor.
  • Use Dashform to Windsurf.
  • Use Dashform to Scopes.

Frequently asked questions

It connects Dashform to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Cursor, Windsurf, Scopes) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Dashform directly.