mintqa mcp for Claude Desktop
io.github.adamgusky/mintqa-mcp
MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install mintqa mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mintqa-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mintqa.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs