Skip to content
Cursor

simulatte for Cursor

io.github.iqbalahmed7/simulatte

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

client:Cursor transport:stdio runtime:npm

Install simulatte in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

simulatte in other clients