Skip to content
Grok

Formmy for Grok

app.formmy/formmy

Run WhatsApp AI agents: manage agents, conversations, CRM contacts, orders and RAG docs.

client:Grok transport:stdio runtime:npm

Install Formmy in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "formmy": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Formmy in other clients