# Next.js MCP Server

Enable seamless integration of MCP servers within your Next.js projects using the Vercel MCP Adapter. Easily add tools, prompts, and resources to extend your LLM applications with external context an…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add samihalawa/next-js-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list samihalawa/next-js-mcp-server
```

---

Source: https://github.com/samihalawa/next-js-mcp-server | License: MIT
