Skip to content
Grok

html meta mcp for Grok

io.github.mrfentmen/html-meta-mcp

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

client:Grok transport:stdio runtime:npm

Install html meta mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

html meta mcp in other clients