loading…
Search for a command to run...
loading…
Job Description AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Job Description AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for job description ai mcp operations
Job Description Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_job_description |
Generate a complete job description for a given role and level. |
analyze_requirements |
Analyze a job description text and extract structured requirements. |
suggest_salary_range |
Suggest a competitive salary range based on role, level, and region. |
check_bias |
Check a job description for biased or non-inclusive language and suggest alterna |
pip install meok-job-description-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"job-description-ai": {
"command": "python",
"args": ["-m", "meok_job_description_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"job-description-ai-mcp": {
"command": "npx",
"args": []
}
}
}