Apidog Tests MCP Server

MCP server for managing Apidog test cases, scenarios, suites, and test data

Remote serverstreamable-httpTypeScript

What is the Apidog Tests MCP MCP server?

Connect Apidog Tests MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for managing Apidog test cases, scenarios, suites, and test data. The apidog tests mcp mcp server is what makes that connection.

What the server does

MCP (Model Context Protocol) server for managing Apidog test cases, scenarios, suites, and test data. Gives AI assistants full read/write access to Apidog's test management features.

  • Test Cases — -- Create, read, update, delete, and bulk-create test cases for API endpoints
  • Test Scenarios — -- Build multi-step test flows chaining multiple API calls
  • Test Suites — -- Organize tests into runnable suites for CI/CD
  • Test Data — -- Manage data-driven test iterations with CSV-formatted data
  • Folders — -- Organize scenarios and suites into nested folder structures
  • Read-only tools — -- List environments, endpoints, categories, tags, runners, and coverage statistics

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Folders — The Folders tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, APIDOG_BRANCH_ID, APIDOG_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Apidog Tests MCP's toolset — Folders — is a fair guide to whether it matches your workflow. It is maintained by acabala; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Apidog Tests MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
FoldersThe Folders tool exposed by this server.

How to install the Apidog Tests MCP MCP server

{
	"mcpServers": {
		"apidog-tests": {
			"command": "npx",
			"args": ["@acabala/apidog-tests-mcp"],
			"env": {
				"APIDOG_ACCESS_TOKEN": "your-token",
				"APIDOG_PROJECT_ID": "your-project-id",
				"APIDOG_BRANCH_ID": "your-branch-id"
			}
		}
	}
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
APIDOG_ACCESS_TOKENCredential the server authenticates with.Yes
APIDOG_PROJECT_IDConfiguration value read at startup.Optional
APIDOG_BRANCH_IDConfiguration value read at startup.Optional
APIDOG_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Apidog Tests MCP to Folders.

Frequently asked questions

It connects Apidog Tests MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Folders) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Apidog Tests MCP directly.