Skip to content
Cursor

http inspector mcp for Cursor

io.github.mrfentmen/http-inspector-mcp

Fetch a URL and report its status, headers, and size. Runs locally.

client:Cursor transport:stdio runtime:npm

Install http inspector mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "http-inspector-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "http-inspector-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

http inspector mcp in other clients