Skip to content
VS Code

api test mcp for VS Code

io.github.thisis-najeeb/api-test-mcp

Call the real API and check the response against your OpenAPI spec.

client:VS Code transport:stdio runtime:npm

Install api test mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "api-test-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "api-test-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

api test mcp in other clients