A Model Context Protocol (MCP) server implementation for NestJS, allowing AI clients to securely interact with your application's business logic, tools, and services.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"nestjs-mcp-server": {
"command": "npx",
"args": [
"-y",
"tothdani562/nestjs-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add nestjs-mcp-server npx -y tothdani562/nestjs-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"nestjs-mcp-server": {
"command": "npx",
"args": [
"-y",
"tothdani562/nestjs-mcp-server"
]
}
}
}
📋 Copy