Nestjs
Freeby MCP Community
Automatic MCP server generation for NestJS applications
v1.0.6Added Apr 12, 2026
nestjsmcpmodel-context-protocolclaudeai
Nestjs MCP Server
Automatic MCP server generation for NestJS applications
Installation
Reviews
Installation
Quick install
npx -y nestjs-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"nestjs": {
"command": "npx",
"args": ["-y", "nestjs-mcp"]
}
}
}