Loading MCP server directory, please wait...
Run WhatsApp AI agents: manage agents, conversations, CRM contacts, orders and RAG docs.
npx @getmcp/cli add app.formmy/formmyRequires Node.js 18+. Community-contributed server. Review source before installing.
FORMMY_SECRET_KEYFormmy account Secret Key (formmy_sk_live_...) from the dashboard. Required.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.formmy/formmy": {
"command": "npx",
"args": [
"-y",
"@formmy.app/mcp-server"
],
"env": {
"FORMMY_SECRET_KEY": "",
"FORMMY_API_URL": "https://formmy.app",
"FORMMY_TOOLSETS": ""
}
}
}
}