Atest MCP Server
A

Atest MCP Server

This is an MCP server for the API testing tool atest, which supports connecting to the atest runner through gRPC and provides multiple startup modes (SSE, stdio).
2.5 points
6.2K

What is the atest MCP Server?

The atest MCP Server is a bridge that connects AI assistants (such as Claude Desktop) with the atest API testing tool. It allows you to interact with the AI assistant through natural language to perform API tests, manage test cases, view test results, etc., without manually writing test scripts or using command - line tools.

How to use the atest MCP Server?

First, you need to run the atest gRPC service, and then start the MCP server for connection. You can choose from three different running modes: command - line tool, Docker container, or direct running with npx. After configuration, the AI assistant can access the functions of atest through the MCP protocol.

Applicable scenarios

It is suitable for developers, test engineers, and DevOps teams, especially when you want to quickly perform API tests, generate test cases, debug API interfaces, or automate the test process through an AI assistant. It simplifies the complexity of API testing and allows non - technical users to easily conduct API tests.

Main features

API test execution
Execute API test cases in atest directly through an AI assistant, supporting various HTTP methods and authentication methods.
Test case management
View, search, and manage test cases stored in atest, supporting filtering by conditions such as name and tag.
Test result viewing
Get detailed results of test execution, including response status, elapsed time, assertion results, and other information.
Multi - mode operation
Supports two communication modes, SSE (Server - Sent Events) and stdio, to adapt to different deployment environments.
Flexible deployment
Provides three running modes: command - line tool, Docker container, and npx, meeting the usage habits of different users.
Advantages
No coding required: You can perform API tests through natural language, reducing the technical threshold.
Integrated with AI assistants: Seamlessly integrated with AI assistants such as Claude, improving work efficiency.
Multiple deployment methods: Supports command - line, Docker, and npx, adapting to different environments.
Real - time interaction: Supports the SSE mode, enabling real - time communication and quick response.
Open - source and free: Based on an open - source project, it can be freely used and customized.
Limitations
Depends on the atest service: You need to run the atest gRPC service first to use it.
Network configuration: You need to correctly configure the network connection and port access.
Learning cost: You need to understand the basic concepts and configuration methods of atest.
Function limitations: The functions are limited by the capabilities of the atest tool itself.

How to use

Install atest
First, you need to install the atest API testing tool on your system to ensure that the gRPC service can run normally.
Start the atest gRPC service
Run atest and enable the gRPC service, listening on the specified port (default 64385).
Choose the MCP server running mode
Select one of the following three methods to start the MCP server according to your needs.
Configure the AI assistant
Add the MCP server configuration to the configuration file of the AI assistant (such as Claude Desktop).

Usage examples

Quick API test
When you need to quickly verify whether an API interface is working properly, you can directly perform the test through an AI assistant.
Batch test execution
Before releasing a new version, you need to run all relevant API test cases to ensure the normal functionality.
Test result analysis
When a test fails, you need to view the detailed failure reasons and log information.

Frequently Asked Questions

What is the difference between atest MCP Server and atest?
Do I need to run both atest and MCP Server?
What is the difference between the SSE mode and the stdio mode?
How can I check if the MCP server is running normally?
Which AI assistants are supported?

Related resources

atest project homepage
The official GitHub repository of the atest API testing tool
MCP protocol documentation
Official documentation and specifications of the Model Context Protocol
Claude Desktop configuration guide
How to configure Claude Desktop to use the MCP server
Docker image repository
The official Docker image of the atest MCP Server
npm package page
Information about the npm package of the atest MCP Server

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "atest": {
      "name": "atest",
      "type": "streamableHttp",
      "description": "The MCP server of atest",
      "isActive": true,
      "baseUrl": "http://localhost:7845",
      "disabledAutoApproveTools": []
    }
  }
}

{
  "mcpServers": {
    "atest": {
      "name": "atest-mcp-stdio",
      "type": "stdio",
      "description": "",
      "isActive": true,
      "command": "atest-store-mcp",
      "args": [
        "server",
        "-m=stdio",
        "--runner-address=localhost:64385"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
6.5K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
7.7K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
5.8K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
7.9K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
5.9K
5 points
P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
5.7K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
6.7K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
7.5K
4 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
18.4K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
31.4K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
21.6K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
61.4K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
28.0K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
56.8K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
19.3K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
84.0K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase