Back to MCP Servers
🔌

Next.js MCP Server Template

MIT

(Typescript) - A starter Next.js project that uses the MCP Adapter to allow MCP clients to connect and access resources.

JavaScriptDev Tools

Install

npx -y next.js-mcp-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "next-js-mcp-server-template": {
      "command": "npx",
      "args": [
        "-y",
        "next.js-mcp-server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.