Skip to content

formbuildio/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formbuild MCP Server

An official Model Context Protocol (MCP) server for Formbuild.

This server allows AI coding assistants like Claude Desktop and Cursor to securely read your forms, create new forms, and fetch submissions directly from your Formbuild account.

Features

This server exposes three powerful tools to your AI agent:

  1. list_forms: Retrieve a list of all forms in your Formbuild account.
  2. get_submissions: Fetch the latest form submissions for analysis and summarization.
  3. create_form: Autonomously create a new form via the AI, returning the new form_id for immediate integration into your source code.

Installation for Claude Desktop

  1. Make sure you have Node.js installed on your machine.
  2. Get a Formbuild API Key from your dashboard.
  3. Add the following to your claude_desktop_config.json:
{
  "mcpServers": {
    "formbuild": {
      "command": "npx",
      "args": ["-y", "@formbuild/mcp-server"],
      "env": {
        "FORMBUILD_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
  1. Restart Claude Desktop. You will now see the Formbuild tools available for the AI to use!

Example Prompts

Once connected, try asking Claude:

  • "I'm building a contact page. Please create a form in my Formbuild account for it and write the React code."
  • "Fetch the last 50 submissions from my 'Waitlist' form and summarize what people are saying."
  • "List all my forms and tell me their IDs."

About

MCP server for Formbuildio application

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors