apidog tests mcp for Grok
io.github.acabala/apidog-tests-mcp
MCP server for managing Apidog test cases, scenarios, suites, and test data
client:Grok
transport:stdio
runtime:npm
Install apidog tests mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"apidog-tests-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@acabala/apidog-tests-mcp"
],
"env": {
"APIDOG_ACCESS_TOKEN": "<APIDOG_ACCESS_TOKEN>",
"APIDOG_PROJECT_ID": "<APIDOG_PROJECT_ID>",
"APIDOG_BRANCH_ID": "<APIDOG_BRANCH_ID>",
"APIDOG_BASE_URL": "<APIDOG_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs