Skip to content
Zed

html meta mcp for Zed

io.github.mrfentmen/html-meta-mcp

Fetch title, description, and open graph tags from a web page. No key required.

client:Zed transport:stdio runtime:npm

Install html meta mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "html-meta-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "html-meta-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

html meta mcp in other clients