hackathon-starter

GitHub

A boilerplate for Node.js web applications

RAW Config

Claude Desktop Configuration

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

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