aiia-mcp-server

dpkdhingra91/aiia-mcp-server
★ 0 stars Python AI/LLM Updated 7d ago
Official MCP server for AI Interview Agents — run the hiring workflow (roles, CV screening, interview scheduling, scored reports) from any MCP client.
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": {
    "aiia-mcp-server": {
      "command": "uvx",
      "args": [
        "aiia-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install aiia-mcp-server