CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Stunt Double

stunt-double/stuntdouble-mcp
1HTTPregistry active
Summary

Connects Claude to Stunt Double's automated UX validation platform. You get tools to orchestrate AI user personas, run them through workflows and checklists against live web apps, and surface friction points in user journeys. The server exposes workspace and project management, actor creation with custom system prompts and capabilities, structured interviews with discussion guides and persona specs, plus conversation and feedback APIs. Authenticate once via OAuth and PKCE, then trigger checklist runs, launch interview rounds, manage knowledge bases, and pull synthesized reports with themes and recommendations. Hosted endpoint means no local installation. Reach for this when you need to validate UI flows at scale before shipping or want to generate realistic user research without manual testing sessions.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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.

This repository

This repo holds plugin and MCP configuration (.cursor-plugin/plugin.json, root mcp.json, server.json), plus skills, agents, and Cursor rules. There is no package.json and no runnable server here — the MCP endpoint is hosted at https://app.stuntdouble.io/api/mcp from the main Stunt Double codebase. See CONTRIBUTING.md for how to validate edits and avoid confusing this folder with a Node package.

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 the mcpServers block below to an MCP config file:

  • Project-local (recommended for this repo clone): .cursor/mcp.json at the root of your project.
  • Global (all projects): ~/.cursor/mcp.json on macOS/Linux (see Cursor MCP docs for your OS).
{
  "mcpServers": {
    "stuntdouble": {
      "url": "https://app.stuntdouble.io/api/mcp"
    }
  }
}

Use only url for remote servers (Streamable HTTP is negotiated automatically). Extra keys such as "type": "streamable-http" are not part of Cursor's documented mcp.json shape and can break plugin validation.

Cursor marketplace (one-click install) expects a plugin layout: .cursor-plugin/plugin.json plus root mcp.json. Those files are in this repo. The plugin logo path is assets/logo.png (bundled in this repository). The server.json file is the separate MCP registry manifest for mcp-publisher and directory listings; Cursor's installer does not use it.

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.

For Cursor, the OAuth redirect URI is fixed to cursor://anysphere.cursor-mcp/oauth/callback (docs).

Available Tools

Workspaces

ToolDescription
list_workspacesList your workspaces
get_workspaceGet workspace details by ID or slug
list_workspace_membersList members of a workspace

Projects

ToolDescription
list_projectsList projects in a workspace
get_projectGet a project (the product tracked by checklists, workflows, feedback)
create_projectCreate a project (a product to track with checklists, workflows, feedback)

Actors

ToolDescription
list_actorsList active actors in a workspace
get_actorGet actor details including system prompt and capabilities
create_actorCreate a new actor in a workspace
update_actorUpdate actor name, description, system prompt, capabilities, or status. Set status to "archived" to 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

Conversations

ToolDescription
list_conversationsList conversations, optionally filtered by actor
get_conversationGet a conversation with its messages

Checklists

ToolDescription
list_checklistsList checklists in a workspace
get_checklistGet checklist details, checks, and recent runs
get_checklist_runGet a checklist run with per-check results
run_checklistTrigger a checklist run (async). Returns run ID
create_checklistCreate a browser-based QA checklist (host via project or URL, actor, instructions, checks)
update_checklistUpdate a checklist (pass checks to replace the full set)
delete_checklistDelete a checklist and its checks and runs

Workflows

ToolDescription
list_workflowsList workflows in a workspace
get_workflowGet workflow details with steps and recent runs
run_workflowTrigger a workflow run (async). Returns run ID
get_workflow_runGet a workflow run with step-level details
create_workflowCreate a workflow (multi-step automation)
update_workflowUpdate a workflow's name, description, or trigger
toggle_workflowActivate or pause a workflow
delete_workflowDelete a workflow and its steps and runs
add_workflow_stepAppend a step to a workflow
update_workflow_stepUpdate a workflow step type, config, or sort order
remove_workflow_stepRemove a step from a workflow

Feedback

ToolDescription
list_feedbackList feedback for a project, newest first
get_feedbackGet a feedback submission with its replies
update_feedback_statusUpdate feedback status

GitHub

ToolDescription
list_pull_requestsList pull requests for a GitHub repository
get_pull_requestGet details for a GitHub pull request (title, author, branches, stats)
comment_on_prPost a comment on a GitHub pull request

Interviews

Structured user interviews — actors or generated personas run through a discussion guide (sections + questions/tasks) against a target URL, then Stunt Double synthesises themes and recommendations.

ToolDescription
list_interviewsList interviews in a workspace, optionally filtered by project
get_interviewGet an interview with its discussion guide (sections + items) and participants
create_interviewCreate a new interview in a project (name, target URL, research brief)
update_interviewUpdate an interview's name, target URL, research brief, or status
add_interview_sectionAdd a section to the discussion guide
add_interview_itemAdd a question or task to a section
add_interview_participantAttach a participant — either an existing actor or an ad-hoc persona_spec
get_interview_participantGet a participant including their full transcript from the run
get_interview_reportGet the current synthesised report (summary, themes, recommendations, per-question rollup)
launch_interviewLaunch the interview round (async). Returns the trigger run ID
regenerate_interview_reportRe-run synthesis on existing transcripts (async). Returns the trigger run ID

Prompts

PromptDescription
stuntdouble_guideOverview of Stunt Double MCP tools

Workspace member administration (inviting/removing members) is available in the web dashboard.

Transport

This server uses Streamable HTTP transport. The endpoint is:

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

Links

  • Website
  • Documentation
  • llms.txt

Verifying changes

From the repo root:

node scripts/validate-json.mjs
npx --yes prettier@3.4.2 --check README.md mcp.json server.json .cursor-plugin/plugin.json

More context in CONTRIBUTING.md. GitHub Actions runs the same checks on push and pull requests.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
UpdatedMay 19, 2026
View on GitHub