Back to MCP Servers
Atest
An MCP server to manage test suites and cases, which is an alternative to Postman.
developer-tools
By LinuxSuRen
Installation
npx -y atest-mcp-serverConfiguration
{
"mcpServers": {
"atest-mcp-server": {
"command": "npx",
"args": ["-y", "atest-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes