nitro

GitHub

Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer.

11,090 stars TypeScript
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "nitro": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-nitro"
      ]
    }
  }
}