cv-intelligence-mcp-server

lpdevlop/cv-intelligence-mcp-server
★ 0 stars Java 🗄️ Database Updated today
AI-powered CV analysis and candidate data management server built using Spring Boot, Spring AI, and a database. This MCP server can parse CVs, extract key information, analyze skills, and store candidate data for easy search and management.
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": {
    "cv-intelligence-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "lpdevlop/cv-intelligence-mcp-server"
      ]
    }
  }
}