Submit

Nestjs Api To Postman Collection

@ChiragKr04

A Model Context Protocol (MCP) tool that automatically converts your NestJS controllers into importable Postman API collections. This eliminates the need to manually create Postman collections or implement complex swagger documentation directly within your code.

Server Config

{
  "mcpServers": {
    "Nest-Js-MCP-Postman-Generator": {
      "command": "node",
      "args": [
        "<path_of_cloned_repo>/nestjs-mcp-generator/dist/main.js",
        "start"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.