AWT (AI Watch Tester)
Rank #54,497io.github.ksgisang/awt
AI-powered E2E testing MCP server. Detects and auto-fixes UI bugs via DevQA Loop and Vision AI.
AWT (AI Watch Tester) is a Model Context Protocol (MCP) server published by ksgisang. It ranks #54,497 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AWT (AI Watch Tester) is listed on Official MCP, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 61,094 of 115,591 servers on MCP Toplist.
Use AWT (AI Watch Tester)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add awt -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- uvx aat-devqaReplace each placeholder with your own value before saving.
[mcp_servers.awt]
command = "uvx"
args = ["aat-devqa"]
[mcp_servers.awt.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awt": {
"command": "uvx",
"args": [
"aat-devqa"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awt": {
"command": "uvx",
"args": [
"aat-devqa"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"awt": {
"type": "stdio",
"command": "uvx",
"args": [
"aat-devqa"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awt": {
"command": "uvx",
"args": [
"aat-devqa"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awt": {
"command": "uvx",
"args": [
"aat-devqa"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ksgisang%2Fawt)<a href="https://mcptoplist.com/server/io.github.ksgisang%2Fawt"><img src="https://mcptoplist.com/badge/io.github.ksgisang%2Fawt.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ksgisang
Other servers by ksgisang
View all ksgisang servers →Available versions (1)
| Version | Published |
|---|---|
| 1.6.2 | Apr 15, 2026 |
Frequently asked questions
- Who maintains AWT (AI Watch Tester)?
- AWT (AI Watch Tester) is maintained by ksgisang, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is AWT (AI Watch Tester) listed on the Official MCP Registry?
- Yes — AWT (AI Watch Tester) is listed on the Official MCP Registry.
- How many versions does AWT (AI Watch Tester) have?
- MCP Toplist tracks 1 version of AWT (AI Watch Tester), most recently published on Apr 15, 2026.
- Where can I find the source code for AWT (AI Watch Tester)?
- The source code for AWT (AI Watch Tester) is hosted at github.com/ksgisang/awt-skill.