Apidog Tests Mcp
@acabala
Unofficial Apidog MCP server, that gives ability to work with testing features of ApiDog.
Overview
What is Apidog Tests Mcp?
Apidog Tests Mcp is an MCP (Model Context Protocol) server that gives AI assistants full read/write access to Apidog’s test management features, including test cases, scenarios, suites, and test data. It is not an official Apidog integration.
How to use Apidog Tests Mcp?
Install the server globally with npm install -g @acabala/apidog-tests-mcp or run it directly with npx @acabala/apidog-tests-mcp. Set the environment variables APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, and APIDOG_BRANCH_ID, then add the server configuration to your MCP client (e.g., Claude Desktop’s claude_desktop_config.json).
Key features of Apidog Tests Mcp
- Full CRUD for test cases, scenarios, suites, and test data
- Bulk-create test cases and manage multi-step test flows
- Organize scenarios and suites into nested folder structures
- Read-only tools for environments, endpoints, categories, tags, and coverage
- Merge-style update tools reduce manual payload errors
- Designed for CI/CD integration and AI-assisted test management
Use cases of Apidog Tests Mcp
- Create and manage API test cases directly through an AI assistant
- Build and update multi-step test scenarios that chain multiple API calls
- Organize test suites into folders for structured CI/CD pipelines
- Manage data-driven test iterations with CSV-formatted test data
- Query endpoint coverage and environment details without leaving the chat
FAQ from Apidog Tests Mcp
What does Apidog Tests Mcp do?
It provides an MCP server that enables AI assistants to create, read, update, delete, and bulk-manage Apidog test artifacts—test cases, scenarios, suites, and test data—as well as browse environments, endpoints, and coverage statistics.
How do I install and configure Apidog Tests Mcp?
Install via npm (npm install -g @acabala/apidog-tests-mcp) or use npx. Set the required environment variables (APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, APIDOG_BRANCH_ID) in your MCP client configuration file.
Is Apidog Tests Mcp an official Apidog product?
No. The README explicitly states “This project is not an official Apidog integration.”
What are the required environment variables?
You must set APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, and APIDOG_BRANCH_ID. Optionally, APIDOG_BASE_URL can override the default API base URL.
How should I manage security when using Apidog Tests Mcp?
Use a dedicated automation token with minimal permissions, rotate tokens regularly, never commit token or project ID values, and keep MCP client config files local and private.