lattice-mcp

seanahn/lattice-mcp
★ 0 stars Python Browser/Web Updated today
MCP server for Lattice HR — manage objectives via browser session replay
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": {
    "lattice-mcp": {
      "command": "uvx",
      "args": [
        "lattice-mcp"
      ]
    }
  }
}

Or install with pip: pip install lattice-mcp

README Excerpt

Automates Lattice HR objectives (create, update, delete, list) via browser session replay. No API key required — authenticates through SSO and persists the session for headless Playwright reuse. - Python 3.10+ - Chrome/Chromium (for SSO login) - A display environment (local machine or X-forwarded) for initial login

Tools (6)

lattice_create_objectivelattice_delete_objectivelattice_objectiveslattice_scrapelattice_session_statuslattice_update_objective