Skip to content

llm.energy

Extract documentation for AI agents. Fetch llms.txt and install.md from any documentation site, organized into downloadable markdown ready for Claude, ChatGPT, and other AI assistants.

Get Started View on GitHub


Features

  • Smart Extraction


    Automatically fetches llms.txt, llms-full.txt, and install.md from any documentation site

  • Organized Output


    Splits content into individual markdown files by section for easy navigation

  • Agent-Ready Format


    Includes AGENT-GUIDE.md with instructions optimized for AI assistants

  • One-Click Download


    Get individual files or everything bundled as a convenient ZIP archive

  • :material-terminal:{ .lg .middle } install.md Support


    Detect and extract LLM-executable installation instructions automatically

  • MCP Server


    Integrate with Claude Desktop, Cursor, and other MCP-compatible tools


Quick Start

  1. Visit llm.energy
  2. Enter a documentation URL
  3. Download the extracted files

Add to your MCP client configuration:

{
  "mcpServers": {
    "llm-energy": {
      "command": "npx",
      "args": ["-y", "@llm-energy/mcp-server"]
    }
  }
}

See MCP Server Installation for detailed setup.

curl -X POST https://llm.energy/api/extract \
  -H "Content-Type: application/json" \
  -d '{"url": "docs.anthropic.com"}'

See API Reference for all endpoints.


Supported Standards

llm.energy supports two complementary standards for LLM-friendly documentation:

Standard Description Learn More
llms.txt Machine-readable documentation at /llms.txt llms.txt Standard
install.md LLM-executable installation instructions install.md Standard