VisualQ MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VisualQ MCP ServerRun visual regression test on the login page"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@visualq/mcp
MCP server for VisualQ — run VRT, poll results, and read structured failure reports from Cursor, Claude Desktop, or any MCP client.
Quick start (Cursor)
Add to .cursor/mcp.json or global MCP settings:
{
"mcpServers": {
"visualq": {
"command": "npx",
"args": ["-y", "@visualq/mcp"],
"env": {
"VISUALQ_API_KEY": "vq_live_…",
"VISUALQ_BASE_URL": "https://visualq.ai"
}
}
}
}Create an API key in VisualQ: Project → Settings → API keys (prefix vq_live_).
Tools
Phase 1: list_projects, list_scenarios, run_vrt, run_baseline, get_run_status, wait_for_run, get_run_failures, get_diff_stats, get_quality_score
Phase 2: get_run_history, get_scenario_details, compare_runs, check_setup_health, explain_vrt_failure, perf_get_latest_report, seo_get_report, a11y_get_report, tracking_get_plan
Development
npm install
npm run build
VISUALQ_API_KEY=vq_live_… node dist/index.jsSync tool manifest from the visualq backend repo:
cd ../visualq && npm run mcp:export-manifestRepository
Published from abecms/visualq-mcp. Backend routes live in abecms/visualq (/api/mcp/v1/invoke).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abecms/visualq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server