# Landlord MCP client setup and distribution status

Documentation checked 2026-09-06. **Documented configuration is not a completed end-to-end Landlord MCP test. No official listing is confirmed in this release record.** Verify the installed client version, administrator requirements, authorization, and an organization-scoped read before claiming success. Account signup, AI connection, and subscription payment are separate.

Use **https://mcp.landlordmcp.com/mcp** for ordinary rental operations. The [human setup page](https://landlordmcp.com/start) generates the client links and copyable instructions. OAuth requires the person's explicit browser sign-in and organization approval.

## Claude

The [documented custom connector installer](https://claude.com/docs/connectors/building/directory-vs-custom) prefills a dialog; the person reviews it and then completes OAuth. [Review Landlord MCP in Claude](https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=Landlord%20MCP&connectorUrl=https%3A%2F%2Fmcp.landlordmcp.com%2Fmcp).

This is a custom connector, not a Claude directory listing or automatic permission grant. A directory listing is a separate reviewed distribution channel. Claude is the AI client, not a sign-in provider.

## Codex and ChatGPT

[Codex MCP instructions](https://learn.chatgpt.com/docs/extend/mcp?surface=cli) support a remote URL and browser OAuth. CLI setup:

```sh
codex mcp add landlord-mcp --url https://mcp.landlordmcp.com/mcp
codex mcp login landlord-mcp
```

ChatGPT custom MCP setup depends on the current product/workspace permissions; consult [OpenAI's plugin connection guide](https://developers.openai.com/plugins/deploy/connect-chatgpt). Do not invent a public Landlord MCP install button. [ChatGPT and Codex share a universal plugin directory](https://learn.chatgpt.com/docs/build-plugins), but configuration in one client is not proof that the other is connected. No Landlord MCP directory listing is confirmed.

## Cursor

The [documented desktop installer](https://cursor.com/docs/mcp/install-links) uses `cursor://anysphere.cursor-deeplink/mcp/install` with `name=landlord-mcp` and base64-encoded JSON containing the remote `url`. The person reviews installation, then authorizes the connection. The app must be installed. Manual configuration:

```json
{"mcpServers":{"landlord-mcp":{"url":"https://mcp.landlordmcp.com/mcp"}}}
```

For [Cursor CLI authentication](https://cursor.com/docs/cli/mcp), use `agent mcp login landlord-mcp` after configuration. A custom install is separate from the Cursor Marketplace; no listing is confirmed.

## Claude Code

[Add a remote HTTP server](https://code.claude.com/docs/en/mcp), then use `/mcp` inside Claude Code to authenticate and inspect connection status:

```sh
claude mcp add --transport http landlord-mcp https://mcp.landlordmcp.com/mcp
```

[Claude Code plugin marketplaces](https://code.claude.com/docs/en/discover-plugins) are a separate packaging and discovery channel from Claude's connector directory. No Landlord MCP plugin listing is confirmed.

## OpenClaw

[Official MCP CLI guidance](https://docs.openclaw.ai/cli/mcp) documents these operator commands. Use a private, trusted operator environment: its default OAuth credentials are shared across its local runtimes.

```sh
openclaw mcp set landlord-mcp '{"url":"https://mcp.landlordmcp.com/mcp","transport":"streamable-http","auth":"oauth"}'
openclaw mcp login landlord-mcp
openclaw mcp doctor landlord-mcp --probe
```

## Hermes

The [documented desktop installer](https://hermes-agent.nousresearch.com/docs/reference/mcp-config-reference) uses `hermes://mcp/install` with `name=landlord-mcp` (no spaces) and base64url JSON `{"url":"https://mcp.landlordmcp.com/mcp","auth":"oauth"}`. It presents a confirmation dialog; it does not install silently. The CLI alternative is:

```sh
hermes mcp add --url https://mcp.landlordmcp.com/mcp --auth oauth landlord-mcp
hermes mcp test landlord-mcp
```

## Grok

[Grok's official connector instructions](https://docs.x.ai/grok/connectors) direct users to [connector settings](https://grok.com/connectors), then New Connector → Custom. Enter the MCP URL and complete authentication. Business/Enterprise users may need an administrator to enable it. [Grok CLI](https://docs.x.ai/build/features/mcp-servers) also documents:

```sh
grok mcp add --transport http landlord-mcp https://mcp.landlordmcp.com/mcp
grok mcp doctor landlord-mcp
```

## Other browsing agents and directories

A browsing chat can read [the public discovery index](https://landlordmcp.com/llms.txt) without installing anything. WebMCP is a browser-side capability surface where supported, not a universal substitute for remote MCP. Unsupported browsers can use the same readable guide and manual links. Any unlisted client/version is experimental until its actual authentication and scope behavior has been tested.

The OpenAI plugin directory, Claude connector directory, Cursor Marketplace, Claude Code plugin marketplaces, [official MCP Registry](https://modelcontextprotocol.io/registry/about), and [webmcp.com](https://webmcp.com/) are distinct distribution channels. Publishing in one does not prove inclusion or compatibility in another. No Landlord MCP listing or submission receipt is asserted here.
