Skip to content
Claude Desktop

HTTP for Claude Desktop

io.github.abhishekkumar2021/http

HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.

client:Claude Desktop transport:stdio runtime:npm

Install HTTP in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "http": {
      "command": "npx",
      "args": [
        "-y",
        "@abhishekmcp/http"
      ],
      "env": {
        "HTTP_ALLOW_HOSTS": "<HTTP_ALLOW_HOSTS>",
        "HTTP_WRITABLE": "<HTTP_WRITABLE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

HTTP in other clients