MCP Server
Maintained
MIT
io.github.XJTLUmedia/ai-hr-management-toolkit MCP Server
io.github.XJTLUmedia/ai-hr-management-toolkit
What is the io.github.XJTLUmedia/ai-hr-management-toolkit MCP server?
AI HR toolkit: 24 MCP tools for resume parsing, skill extraction & ATS management.
How to install io.github.XJTLUmedia/ai-hr-management-toolkit
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai-hr-management-toolkit": {
"command": "npx",
"args": [
"-y",
"mcp-ai-hr-management-toolkit"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ai-hr-management-toolkit": {
"command": "npx",
"args": [
"-y",
"mcp-ai-hr-management-toolkit"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-hr-management-toolkit": {
"command": "npx",
"args": [
"-y",
"mcp-ai-hr-management-toolkit"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ai-hr-management-toolkit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ai-hr-management-toolkit"
]
}
}
}Claude Code
claude mcp add ai-hr-management-toolkit -- npx -y mcp-ai-hr-management-toolkitRelated MCP servers
io.github.XJTLUmedia/markdown-formatter
Maintained
AI Answer Copier — Convert Markdown to PDF, DOCX, HTML, LaTeX, CSV, JSON, XML, XLSX, RTF, PNG
3
View repository →TypeScript
MIT
io.github.XJTLUmedia/context-first-mcp
Maintained
37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline.
0
View repository →TypeScript
MIT