Skip to content
Claude Desktop

nippy for Claude Desktop

host.nippy/nippy

Let Claude and ChatGPT publish real websites — iterate in previews, keep the good one.

client:Claude Desktop transport:streamable-http

Install nippy in Claude Desktop

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

{
  "mcpServers": {
    "nippy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.nippy.host/mcp"
      ]
    }
  }
}

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

nippy in other clients