What is the io.github.adamgusky/mintqa-mcp MCP server?
MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR.
How to install io.github.adamgusky/mintqa-mcp
Copy-paste configuration for popular MCP clients.
MINT_API_KEYrequiredsecretMint API key from https://mintqa.dev/settings/keys
MINT_MCP_URLOverride the Mint MCP endpoint (default: https://mintqa.dev/mcp).
{
"mcpServers": {
"mintqa-mcp": {
"command": "npx",
"args": [
"-y",
"mintqa-mcp"
],
"env": {
"MINT_API_KEY": "<YOUR_MINT_API_KEY>",
"MINT_MCP_URL": "<YOUR_MINT_MCP_URL>"
}
}
}
}{
"mcpServers": {
"mintqa-mcp": {
"command": "npx",
"args": [
"-y",
"mintqa-mcp"
],
"env": {
"MINT_API_KEY": "<YOUR_MINT_API_KEY>",
"MINT_MCP_URL": "<YOUR_MINT_MCP_URL>"
}
}
}
}{
"mcpServers": {
"mintqa-mcp": {
"command": "npx",
"args": [
"-y",
"mintqa-mcp"
],
"env": {
"MINT_API_KEY": "<YOUR_MINT_API_KEY>",
"MINT_MCP_URL": "<YOUR_MINT_MCP_URL>"
}
}
}
}{
"servers": {
"mintqa-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mintqa-mcp"
],
"env": {
"MINT_API_KEY": "<YOUR_MINT_API_KEY>",
"MINT_MCP_URL": "<YOUR_MINT_MCP_URL>"
}
}
}
}claude mcp add mintqa-mcp --env MINT_API_KEY=<YOUR_MINT_API_KEY> --env MINT_MCP_URL=<YOUR_MINT_MCP_URL> -- npx -y mintqa-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.