Skip to main content
Developer ToolsTypeScript

linuxsuren/atest-mcp-server

An MCP server to manage test suites and cases, which is an alternative to Postman.

developer-toolslocal-servicelinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/LinuxSuRen/atest-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "atest-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "linuxsuren/atest-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
LinuxSuRen