awesome-nextjs

GitHub

:notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)

RAW Config

Claude Desktop Configuration

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

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