← Index

io.github.mwbidwell/bionicforms-mcp

io.github.mwbidwell/bionicforms-mcp·v1.0.3·Other
Quality Score
84
/100

Build forms, manage responses, and run AI analysis via the BionicForms API.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bionicforms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bionicforms/mcp-server"
      ],
      "env": {
        "BIONICFORMS_API_KEY": "<your-bionicforms_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bionicforms-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bionicforms/mcp-server"
      ],
      "env": {
        "BIONICFORMS_API_KEY": "<your-bionicforms_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @bionicforms/mcp-server
§02  Environment variables
BIONICFORMS_API_KEY
requiredsecret

Your BionicForms API key (starts with bf_k1_)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other