MCP Hub
Back to servers

Stunt Double

Deploy AI user personas to validate user journeys at scale. Find UX friction before real users do.

Registry
Updated
Mar 26, 2026

Stunt Double MCP Server

Deploy AI user personas to validate user journeys at scale. Find UX friction before real users do.

Stunt Double deploys AI agents with realistic user personas to validate user journeys at scale. Create actors, run automated workflows and checklists against any web app, and surface friction points before real users encounter them. Integrates with Claude, Linear, GitHub, and Slack.

Quick Start

Claude Code

claude mcp add --transport http stuntdouble https://app.stuntdouble.io/api/mcp

Claude Desktop

Go to Settings → Connectors → Add and paste:

https://app.stuntdouble.io/api/mcp

Cursor / Windsurf

Add to your MCP configuration file:

{
  "mcpServers": {
    "stuntdouble": {
      "url": "https://app.stuntdouble.io/api/mcp"
    }
  }
}

Authentication

Authentication is handled automatically via OAuth 2.1 with PKCE. The first time your AI client connects, a browser window will open for you to sign in and authorise access to your Stunt Double account. No API keys or tokens required.

Available Tools

Workspaces

ToolDescription
list_workspacesList all workspaces you belong to, including your role in each
get_workspaceGet details of a specific workspace by ID or slug
list_workspace_membersList all members of a workspace with their roles and profiles
invite_memberInvite a new member to a workspace
remove_memberRemove a member from a workspace

Actors

ToolDescription
list_actorsList active actors in a workspace
get_actorGet full details of an actor including system prompt and capabilities
create_actorCreate a new actor in a workspace
update_actorUpdate an actor's name, description, system prompt, or capabilities
archive_actorArchive an actor (soft delete)

Knowledge

ToolDescription
list_actor_knowledgeList knowledge entries for an actor
add_actor_knowledgeAdd a knowledge entry to an actor
remove_actor_knowledgeRemove a knowledge entry from an actor

Conversations

ToolDescription
list_conversationsList conversations in a workspace, optionally filtered by actor
get_conversationGet a conversation with its messages
create_conversationCreate a new conversation with an actor
delete_conversationDelete a conversation and all its messages

Checklists

ToolDescription
list_checklistsList checklists in a workspace
get_checklistGet a checklist with its checks and recent runs
get_checklist_runGet a checklist run with per-check results and evidence
run_checklistTrigger a new checklist run (async, returns run ID)

Workflows

ToolDescription
list_workflowsList workflows in a workspace
get_workflowGet a workflow with its steps and recent runs
create_workflowCreate a new workflow in a workspace
update_workflowUpdate a workflow name, description, or trigger configuration
delete_workflowDelete a workflow and all its steps and runs
run_workflowTrigger a new workflow run (async, returns run ID)
list_workflow_runsList runs for a workflow
get_workflow_runGet a workflow run with step-level details

Feedback

ToolDescription
list_feedbackList feedback for a project, newest first
get_feedbackGet a specific feedback submission with details
update_feedback_statusUpdate the status of a feedback submission

Transport

This server uses Streamable HTTP transport. The endpoint is:

https://app.stuntdouble.io/api/mcp

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review