Skip to content
Cline

http for Cline

io.github.dave-london/http

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

client:Cline transport:stdio runtime:npm

Install http in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

http in other clients