Skip to content
VS Code

html meta mcp for VS Code

io.github.mrfentmen/html-meta-mcp

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

client:VS Code transport:stdio runtime:npm

Install html meta mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "html-meta-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "html-meta-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

html meta mcp in other clients