hh-mcp-server

iraguzov/hh-mcp-server
★ 1 stars Python 🌐 Browser/Web Updated 15d ago
MCP server for hh.ru job search automation via Playwright browser
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": {
    "hh-mcp-server": {
      "command": "uvx",
      "args": [
        "hh-mcp-server"
      ]
    }
  }
}

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