Loading MCP server directory, please wait...
Build forms, manage responses, and run AI analysis via the BionicForms API.
npx @getmcp/cli add io.github.mwbidwell/bionicforms-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
BIONICFORMS_API_KEYYour BionicForms API key (starts with bf_k1_)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mwbidwell/bionicforms-mcp": {
"command": "npx",
"args": [
"-y",
"@bionicforms/mcp-server"
],
"env": {
"BIONICFORMS_API_KEY": ""
}
}
}
}