Skip to content

Claude Desktop

There are two ways to add Land Insights to Claude Desktop. Use Connectors if your version has it; otherwise use the config file.

  1. In Claude Desktop, open Settings → Connectors and click Add custom connector.

  2. Give it a name — Land Insights — and enter the address:

    https://mcp.landinsights.co
  3. Click Add. There’s no API key to enter.

The connector now shows in your list, not yet connected. Click Connect (some versions label this Authenticate) next to it. Your browser opens a Land Insights sign-in page where you log in and approve access — that’s it.

Older versions of Claude Desktop can only connect to programs on your own computer. For those, add a small bridge to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"Land Insights": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.landinsights.co"]
}
}
}

This requires Node.js installed. Restart Claude Desktop after editing the file. With this method the browser sign-in opens the first time you use a Land Insights tool.

See what you can do.