nestjs-mcp and nestjs-mcp-server
These are complements—one provides the foundational NestJS decorator-based module for MCP server integration, while the other builds upon that pattern to offer a complete production-ready starter template with Clean Architecture patterns for enterprise AI tool implementations.
About nestjs-mcp
bamada/nestjs-mcp
NestJS module for seamless Model Context Protocol (MCP) server integration using decorators.
Leverages the `@modelcontextprotocol/sdk` with automatic method discovery to expose resources, tools, and prompts through NestJS providers using decorators. Supports both STDIO transport (for CLI integration) and HTTP/SSE via a dedicated controller, with built-in Zod schema validation for tool parameters and strict TypeScript typing throughout.
About nestjs-mcp-server
autosergach/nestjs-mcp-server
Production-ready MCP server starter built with NestJS and Clean Architecture. Build AI tool integrations for Claude, Cursor, and any MCP-compatible client.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work