Skip to content
Grok

simulatte for Grok

io.github.iqbalahmed7/simulatte

Run synthetic research studies from any MCP client. 25+ SKUs + cross-study insights.

client:Grok transport:stdio runtime:npm

Install simulatte 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": {
    "simulatte": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@simulatte-io/mcp-server"
      ],
      "env": {
        "SIMULATTE_API_KEY": "<SIMULATTE_API_KEY>",
        "SIMULATTE_API_URL": "<SIMULATTE_API_URL>"
      }
    }
  }
}

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

simulatte in other clients