npm @cvinbio/mcp-serverstdioupdated 8d ago
CVin.Bio generates web profiles from CV documents using AI. Users upload their CVs, and the application extracts and routes the structured data into an editable profile hosted at a custom URL.
What can you do with cvinbio?
CVin.Bio
CVin.Bio generates web profiles from CV documents using AI. Users upload their CVs, and the application extracts and routes the structured data into an editable profile hosted at a custom URL.
🚀 Key Features
- 📄 AI CV Parsing: Upload a CV; the backend uses data extraction (
pdf-parse) to categorize and store the user's personal information, work history, education, and skills. - 🎨 Structural Rendering: Generates a consistent, monochrome profile mapping without relying on manual themes.
- ⚡ OpenGraph Edge Generation: Next.js uses the Edge Runtime (Satori) to automatically generate dynamic
1200x630PNG social previews mapping the user's routing URL and avatar metrics. - 🔐 Supabase Integration: Connects to PostgreSQL using Row Level Security (RLS) and GoTrue Auth to persist user edits.
- ✏️ Data Editor: A client-facing configuration dashboard to mutate work summaries, upload new media, and re-order data arrays.
🛠️ Tech Stack
- Framework: Next.js 15 (App Router, Server Components)
- Language: TypeScript
- UI & Styling: Tailwind CSS v3 & Shadcn UI
- Backend & Database: Supabase (PostgreSQL & Auth)
- Image Generation: Next/OG
📁 Project Structure
/
├── src/
│ ├── app/
│ │ ├── [slug]/ # Public Candidate Profile routes
│ │ │ ├── page.tsx # Clean Server Component fetching public profiles
│ │ │ └── opengraph-image.tsx # Edge rendering script natively drawing the SVG/PNG previews
│ │ ├── editor/ # Authorized CV editing interface
│ │ ├── api/parse-resume/ # Local algorithmic RegEx parsing route
│ │ ├── opengraph-image.tsx # Root landing page dynamic fallback preview
│ │ ├── page.tsx # Primary Landing interface
│ │ └── layout.tsx # Symmetrical Universal UI boundaries
│ │
│ ├── components/ # Shadcn UI atoms and universal Header elements
│ ├── lib/ # Server utilities (Supabase Admin, Heuristics arrays)
│ ├── utils/ # Client-side Supabase Browser constructors
│ └── types/ # Strict universal TypeScript interfaces
│
├── docs/
│ └── design_guidelines.md # Internal Brand identity and AI Prompts rules
└── ...
🏗️ Getting Started Locally
To run CVin.Bio perfectly locally, you will strictly only need a Supabase Database instance.
-
Install Dependencies:
npm install -
Environment Variables: Create a new
.env.localfile strictly mapping your keys into the repository root:NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key NEXT_PUBLIC_SITE_URL=http://localhost:3000 -
Boot Development Server:
npm run dev
The application strictly renders natively on http://localhost:3000.
Built with strict mathematical geometry and aggressive minimalism.
Install
Add cvinbio to your client. Pick the one you use.
claude mcp add mcp-server -- npx -y @cvinbio/mcp-servercodex mcp add mcp-server -- npx -y @cvinbio/mcp-serveramp mcp add mcp-server -- npx -y @cvinbio/mcp-server{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"mcp-server","command":"npx","args":["-y","@cvinbio/mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@cvinbio/mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @cvinbio/mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 5, 2026 |