Skip to content
Grok

llms.txt for agents for Grok

io.github.ux-xd/llms-txt

Any site's llms.txt: find the covering index, read its linked docs as markdown, search sections.

client:Grok transport:streamable-http

Install llms.txt for agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "llms-txt": {
      "type": "http",
      "url": "https://llmstxtmcp.dev/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

llms.txt for agents in other clients