mcpbeat Sign in

Apidog Tests MCP Server

local only

Apidog Tests MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 25 May 2026.

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

Installs per day peak 23 · avg 8 · +69% w/w
a month agotoday
41
Installs / week
npm · @acabala/apidog-tests-mcp
1
Stars
0 open issues
25 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Apidog Tests MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apidog-tests-mcp -- npx -y @acabala/apidog-tests-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apidog-tests-mcp": {
      "args": [
        "-y",
        "@acabala/apidog-tests-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apidog-tests-mcp]
command = "npx"
args = ["-y", "@acabala/apidog-tests-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apidog-tests-mcp": {
      "args": [
        "-y",
        "@acabala/apidog-tests-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apidog-tests-mcp": {
      "args": [
        "-y",
        "@acabala/apidog-tests-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APIDOG_ACCESS_TOKEN (Apidog API access token for authentication), APIDOG_PROJECT_ID (Apidog project ID to operate on), APIDOG_BRANCH_ID (Apidog branch ID within the project), APIDOG_BASE_URL (Apidog API base URL (defaults to https://api.apidog.com/api/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Apidog Tests MCP

same job, measured the same way
Cucumberstudio
by herosizy

MCP server for Cucumber Studio - test scenarios, action words, and execution data

59 installs/wk local only
Qatouch
by qatouch

MCP Server for software testing, test case management, test execution, and defect tracking.

113 installs/wk local only
Qase Test Management
by qase

Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

3 791 installs/wk answering
Lucius MCP
by ivanostanin

MCP server for managing Allure TestOps tests, launches, plans, defects, and metadata.

1 501 installs/wk local only
Appstore Connect
by sardorbekr

MCP server for Apple's App Store Connect API. Manage apps, TestFlight, and more.

61 installs/wk local only
Tasks Example
by alpic-tasks-example-ca49f0f6

A test MCP server for task management

2 tools answering
QTM4J
by denis-platonov

MCP server for QMetry Test Management for Jira (QTM4J) Open API.

26 installs/wk local only
Regex Lab
by ryudi84

MCP server for regex testing, matching, replacing, and validation

local only

Apidog Tests MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Apidog Tests MCP?
Apidog Tests MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @acabala/apidog-tests-mcp was installed 41 times last week.
How do I connect Apidog Tests MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @acabala/apidog-tests-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Apidog Tests MCP?
The npm package @acabala/apidog-tests-mcp was installed 41 times in the last week. Week over week that is +69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apidog Tests MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.