Skip to content
Claude Desktop

http for Claude Desktop

io.github.dave-london/http

MCP server for HTTP requests (curl) with structured, token-efficient output

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

{
  "mcpServers": {
    "http": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/http"
      ]
    }
  }
}

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

http in other clients