Connects Claude to the atest API testing framework via gRPC, letting you run and manage API tests directly from conversations. You'll need atest running locally with its gRPC server exposed, then point this MCP server at that address. Supports both stdio and SSE transport modes depending on your setup. Useful when you're iterating on API test suites and want Claude to execute tests, check results, or help debug failing endpoints without switching contexts. The integration assumes you're already using atest for API testing and want conversational access to your test store and runner.
claude mcp add --transport stdio linuxsuren-atest-mcp-server -- npx -y atest-mcp-server-launcher