Nestjs Mcp Decorators
Freeby MCP Community
NestJS decorators for automatic MCP tool exposure over HTTP with streamable responses
v1.0.0Added Apr 12, 2026
nestjsmcpmodel-context-protocoldecoratorshttp
Nestjs Mcp Decorators MCP Server
NestJS decorators for automatic MCP tool exposure over HTTP with streamable responses
Installation
npx -y nestjs-mcp-decorators
Reviews
Installation
Quick install
npx -y nestjs-mcp-decorators
Add to claude_desktop_config.json
{
"mcpServers": {
"nestjs-mcp-decorators": {
"command": "npx",
"args": ["-y", "nestjs-mcp-decorators"]
}
}
}