Catalog
io.github.mwbidwell/bionicforms-mcp
OfficialBuild forms, manage responses, and run AI analysis via the BionicForms API.
Build forms, manage responses, and run AI analysis via BionicForms API.
README not available yet.
Install
Configuration
Environment variables
BIONICFORMS_API_KEYrequiredsecretYour BionicForms API key (starts with bf_k1_)
claude_desktop_config.json
{
"mcpServers": {
"bionicforms-mcp": {
"command": "npx",
"args": [
"-y",
"@bionicforms/mcp-server@1.0.3"
],
"env": {
"BIONICFORMS_API_KEY": "<YOUR_BIONICFORMS_API_KEY>"
}
}
}
}