Skip to content
Grok

formbricks mcp for Grok

io.github.mrfentmen/formbricks-mcp

MCP server for Formbricks: surveys, responses. Works with any instance.

client:Grok transport:stdio runtime:npm

Install formbricks mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "formbricks-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "formbricks-mcp"
      ]
    }
  }
}

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

formbricks mcp in other clients