Formmy for Cline
app.formmy/formmy
Run WhatsApp AI agents: manage agents, conversations, CRM contacts, orders and RAG docs.
client:Cline
transport:stdio
runtime:npm
Install Formmy in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"formmy": {
"command": "npx",
"args": [
"-y",
"@formmy.app/mcp-server"
],
"env": {
"FORMMY_SECRET_KEY": "<FORMMY_SECRET_KEY>",
"FORMMY_API_URL": "<FORMMY_API_URL>",
"FORMMY_TOOLSETS": "<FORMMY_TOOLSETS>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs