next-js-mcp-app-template

mcp-use/next-js-mcp-app-template
★ 0 stars TypeScript 🌐 Browser/Web Updated today
Next.js app with a drop-in MCP server at src/mcp/ — share components, services, and tsconfig aliases between your Next.js web app and your mcp-use MCP server without duplicating code.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "next-js-mcp-app-temp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-use/next-js-mcp-app-template"
      ]
    }
  }
}