TestAtlas
Rank #10,264io.github.Karzone/TestAtlas.Mcp
Semantic map of a .NET test-automation solution for AI agents — search, impact, endpoints
TestAtlas is a Model Context Protocol (MCP) server published by Karzone. It ranks #10,264 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. TestAtlas is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 105,327 of 115,591 servers on MCP Toplist.
Use TestAtlas
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp -- dnx TestAtlas.Mcp[mcp_servers.mcp]
command = "dnx"
args = ["TestAtlas.Mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp": {
"command": "dnx",
"args": [
"TestAtlas.Mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp": {
"command": "dnx",
"args": [
"TestAtlas.Mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"TestAtlas.Mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp": {
"command": "dnx",
"args": [
"TestAtlas.Mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp": {
"command": "dnx",
"args": [
"TestAtlas.Mcp"
]
}
}
}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.Karzone%2FTestAtlas.Mcp)<a href="https://mcptoplist.com/server/io.github.Karzone%2FTestAtlas.Mcp"><img src="https://mcptoplist.com/badge/io.github.Karzone%2FTestAtlas.Mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Karzone
Available versions (2)
| Version | Published |
|---|---|
| 0.1.10 | Jul 30, 2026 |
| 0.1.4 | Jul 29, 2026 |
Frequently asked questions
- Who maintains TestAtlas?
- TestAtlas is maintained by Karzone, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is TestAtlas listed on the Official MCP Registry?
- Yes — TestAtlas is listed on the Official MCP Registry, alongside Glama.
- How many versions does TestAtlas have?
- MCP Toplist tracks 2 versions of TestAtlas, most recently published on Jul 30, 2026.
- Where can I find the source code for TestAtlas?
- The source code for TestAtlas is hosted at github.com/Karzone/TestAtlas.