Labsco
MCP SERVER

NestJsMcp

by pirumar

Generate NestJS controllers and services that already follow the framework's conventions.

Code Generation, Scaffolding & Migration
Summary
Boilerplate arrives shaped like the rest of the project.

A controller and the service behind it are the pair every new NestJS endpoint starts from, and both come back with decorators and types already correct. What you type is a description of the endpoint rather than the scaffolding around it.

What it is

An MCP server for NestJS development, working with Claude Desktop, Cursor, the Claude Code CLI and other MCP clients. Its generators produce controller and service code with the decorators, types and structure NestJS expects.

What you get
  • A NestJS controller generated with its decorators and route handlers in place
  • A service generated to sit behind it
  • Generated code that follows NestJS conventions rather than needing to be reshaped afterwards
Requirements

Node.js 18.x or higher and npm 9.x or higher. Clone the repository, install and build, then point your client at it.