next-forge (MCP Server)

GitHub

Production-grade Turborepo template for Next.js apps.

Claude Desktop Configuration

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

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