developer tools

Atest Mcp Server

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

typescript
local
linux
developer tools
0
View on GitHub

Installation

npx -y linuxsuren/atest-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

linuxsuren/atest-mcp-server

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

GitHub: https://github.com/LinuxSuRen/atest-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub