Skip to content
Cursor

mcp lever for Cursor

io.github.smeet666/mcp-lever

Search public Lever job boards: resolve a company, read its openings, read one in full.

client:Cursor transport:stdio runtime:npm

Install mcp lever in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-lever": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-lever"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp lever in other clients