Skip to content

Nestjs Mcp Decorators

Free

by MCP Community

NestJS decorators for automatic MCP tool exposure over HTTP with streamable responses

v1.0.0Added Apr 12, 2026
nestjsmcpmodel-context-protocoldecoratorshttp
Works with:ClaudeGPTGeminiCopilot

Nestjs Mcp Decorators MCP Server

NestJS decorators for automatic MCP tool exposure over HTTP with streamable responses

Installation

npx -y nestjs-mcp-decorators

Reviews

Leave a Review

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"]
    }
  }
}