employdar

austindoq/employdar
★ 0 stars Python AI/LLM Updated today
An MCP server that exposes tools to allow LLMs to interact, and reason about job search data through natural language as you go through the process.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "employdar": {
      "command": "uvx",
      "args": [
        "employdar"
      ]
    }
  }
}

Or install with pip: pip install employdar