Nestjs
Freeby MCP Community
Modular library for building scalable MCP servers with NestJS, providing decorators and integration patterns as a wrapper for the official MCP TypeScript SDK.
v1.3.1Added Apr 12, 2026
decoratorsintegrationlarge-language-modelsllmmcp
Nestjs MCP Server
Modular library for building scalable MCP servers with NestJS, providing decorators and integration patterns as a wrapper for the official MCP TypeScript SDK.
Installation
Reviews
Installation
Quick install
npx -y @candide/nestjs-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"nestjs": {
"command": "npx",
"args": ["-y", "@candide/nestjs-mcp-server"]
}
}
}