Server
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.0.0Added Apr 12, 2026
decoratorsintegrationlarge-language-modelsllmmcp
Server 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 @nestjs-mcp/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@nestjs-mcp/server"]
}
}
}