Loading MCP server directory, please wait...
MCP server for managing Apidog test cases, scenarios, suites, and test data
npx @getmcp/cli add io.github.acabala/apidog-tests-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
APIDOG_ACCESS_TOKENApidog API access token for authentication
APIDOG_PROJECT_IDApidog project ID to operate on
APIDOG_BRANCH_IDApidog branch ID within the project
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.acabala/apidog-tests-mcp": {
"command": "npx",
"args": [
"-y",
"@acabala/apidog-tests-mcp"
],
"env": {
"APIDOG_ACCESS_TOKEN": "",
"APIDOG_PROJECT_ID": "",
"APIDOG_BRANCH_ID": "",
"APIDOG_BASE_URL": ""
}
}
}
}