mcpbeat Sign in

Simulatte MCP Server

by iqbalahmed7 Your server? Claim it
local only

Simulatte runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 26 Jul 2026.

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

Installs per day peak 14 · avg 7 · +50% w/w
a month agotoday
35
Installs / week
npm · @simulatte-io/mcp-server
0
Stars
0 open issues
26 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Simulatte every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add simulatte -- npx -y @simulatte-io/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "simulatte": {
      "args": [
        "-y",
        "@simulatte-io/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.simulatte]
command = "npx"
args = ["-y", "@simulatte-io/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "simulatte": {
      "args": [
        "-y",
        "@simulatte-io/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "simulatte": {
      "args": [
        "-y",
        "@simulatte-io/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SIMULATTE_API_KEY (Your Simulatte workspace API key (format: sim_live_…). Generate one at https://app.simulatte.io/settings/api-keys), SIMULATTE_API_URL (Base URL of the Simulatte API. Defaults to https://app.simulatte.io/api — only override for self-hosted or staging environments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Simulatte

same job, measured the same way
Great Question
by greatquestion

Run user research from any AI tool. Create studies, recruit participants, query insights.

answering
Nimbus
by nimbus-agent

Search your local Nimbus index and run its built-in agents from any MCP client.

115 installs/wk local only
Motif
by sleepycobalt

Research synthesis with receipts: cited, critic-checked insights from interview transcripts.

932 installs/wk local only
Kognite
by kognite

Hosted agent memory: store, search, and recall facts across sessions from any MCP client.

answering
Paretostudio MCP
by paretostudio

Read, create, and install your ParetoStudio prompts, agents, and skills from any MCP client.

44 installs/wk local only
Glasp
by kazuki-sf

Search your Glasp web and Kindle highlights, notes, and AI memories from any MCP client. Read-only.

answering
Qaskills
by pramoddutta

Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.

42 installs/wk local only
Feed Reader
by tono628develop

Fetch and read RSS/Atom feeds from any MCP client.

39 installs/wk local only

Simulatte — questions

Answers built from our own checks of this server.

Why is there no uptime for Simulatte?
Simulatte runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @simulatte-io/mcp-server was installed 35 times last week.
How do I connect Simulatte?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @simulatte-io/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Simulatte?
The npm package @simulatte-io/mcp-server was installed 35 times in the last week. Week over week that is +50%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Simulatte open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.