Public manifest + docs for the CanaryUsers remote MCP server — AI users test your deployed app and report where real people get stuck, with fixes.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"canaryusers-mcp": {
"command": "npx",
"args": [
"-y",
"BrettonB/canaryusers-mcp"
]
}
}
}
Run in terminal:
claude mcp add canaryusers-mcp npx -y BrettonB/canaryusers-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"canaryusers-mcp": {
"command": "npx",
"args": [
"-y",
"BrettonB/canaryusers-mcp"
]
}
}
}