handshake-mcp-server

shahparam11/handshake-mcp-server
★ 0 stars Python File System Updated 7d ago
Handshake mcp server that gives LLM models access to Handshake jobs, applications, and employer profiles through the user's own browser session.
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": {
    "handshake-mcp-server": {
      "command": "uvx",
      "args": [
        "handshake-mcp-server"
      ]
    }
  }
}

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