nguyenkhaan/mcp-portfolio
Vibe coding with cursor. Do not toxic
Platform-specific configuration:
{
"mcpServers": {
"mcp-portfolio": {
"command": "npx",
"args": [
"-y",
"mcp-portfolio"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://nextjs.org/) [](https://react.dev/) [](https://www.typescriptlang.org/) [](https://tailwindcss.com/)
Production-oriented portfolio site for a cloud engineer, implemented from the Figma Make design using the Next.js App Router, TypeScript, and Tailwind CSS v4. It includes a single-page marketing layout (hero, about, skills, projects, contact), a dedicated About route, and project case-study pages with static generation for performance and SEO.
eslint-config-next)@types/node in the project)git clone <your-repo-url>
cd mcp
npm installOptional — set the public site URL for accurate metadata (Open Graph, canonical URLs):
# .env.local
NEXT_PUBLIC_SITE_URL=https://your-domain.comIf omitted, metadata falls back to http://localhost:3000.
npm run devOpen http://localhost:3000. The root path / redirects to /home.
npm run build
npm startLoading reviews...