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.

In Claude Desktop, open Settings → Connectors → Add custom connector, give it a name, and enter the address:

https://mcp.landinsights.co

Claude Desktop opens your browser to sign in and approve access. That’s it — there’s no API key to enter.

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; the first time you use a tool, it opens your browser to sign in.

See what you can do.