Skip to content
Claude Desktop

Inlay for Claude Desktop

io.github.cartoonitunes/inlay

Make any website discoverable by AI agents via MCP, llms.txt, and structured data.

client:Claude Desktop transport:streamable-http

Install Inlay in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "inlay": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://inlay.dev/api/mcp/{site_key}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Inlay in other clients