Server
Freeby MCP Community
NestJS MCP Server - Build Model Context Protocol servers with NestJS
v0.4.0Added Apr 12, 2026
nestjsnestmcpmodel-context-protocolai
Server MCP Server
NestJS MCP Server - Build Model Context Protocol servers with NestJS
Installation
Reviews
Installation
Quick install
npx -y @nest-mcp/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@nest-mcp/server"]
}
}
}