Catalog
io.github.adamgusky/mintqa-mcp
OfficialMCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.
AI-powered QA testing that runs your app in a real browser on every pull request.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
MINT_API_KEYrequiredsecretMint API key from https://mintqa.dev/settings/keys
MINT_MCP_URLdefault https://mintqa.dev/mcpOverride the Mint MCP endpoint (default: https://mintqa.dev/mcp).
claude_desktop_config.json
{
"mcpServers": {
"mintqa-mcp": {
"command": "npx",
"args": [
"-y",
"mintqa-mcp@0.1.1"
],
"env": {
"MINT_API_KEY": "<YOUR_MINT_API_KEY>",
"MINT_MCP_URL": "https://mintqa.dev/mcp"
}
}
}
}