Skip to content
VS Code

api testing mcp for VS Code

io.github.cocaxcode/api-testing-mcp

MCP server for API testing. 35 tools: HTTP, assertions, flows, OpenAPI, collections.

client:VS Code transport:stdio runtime:npm

Install api testing mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "api-testing-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cocaxcode/api-testing-mcp"
      ]
    }
  }
}

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

api testing mcp in other clients