HTTP for Claude Code
io.github.abhishekkumar2021/http
HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.
client:Claude Code
transport:stdio
runtime:npm
Install HTTP in Claude Code
run in your project directory
claude mcp add http -e HTTP_ALLOW_HOSTS=<HTTP_ALLOW_HOSTS> -e HTTP_WRITABLE=<HTTP_WRITABLE> -- npx -y @abhishekmcp/http
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs