llms.txt Generator

v1.0.0Developer Toolsstable

The ultimate AI-powered generator for llms.txt and llms-full.txt files.

aiai-agentdocumentationllmsllms-txt
Share:
19
Stars
0
Downloads
0
Weekly
0/5

What is llms.txt Generator?

llms.txt Generator is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ultimate ai-powered generator for llms.txt and llms-full.txt files.

The ultimate AI-powered generator for llms.txt and llms-full.txt files.

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The ultimate AI-powered generator for llms.txt and llms-full

Use Cases

AI-powered llms.txt file generation
Website documentation optimization
aircodelabs

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx llms-txt-generator

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use llms.txt Generator

The llms-txt-generator MCP server generates llms.txt and llms-full.txt files — an emerging standard that helps AI language models understand a website or project's structure and content. It provides both a CLI tool and an MCP tool called generate-llms that analyzes your project and produces concise navigation files (llms.txt) and comprehensive documentation files (llms-full.txt) automatically. Developers use it to make their projects more AI-readable, improving how LLMs can reason about codebases and documentation.

Prerequisites

  • Node.js v18 or higher
  • npx available (bundled with Node.js) or npm for global installation
  • An MCP-compatible client such as Claude Desktop or VS Code with MCP support
  • A project directory whose structure you want to document for AI consumption
1

Install the package globally or use npx

Install llms-txt-generator globally for repeated use, or use npx to run it without installation.

npm install -g llms-txt-generator
# or run directly without installing:
npx llms-txt-generator
2

Run the interactive setup wizard

Initialize the configuration file for your project. The wizard creates llms-txt-generator.yaml with your output path and format preferences.

npx llms-txt-generator init
3

Generate the llms.txt and llms-full.txt files

Run the build command to generate both documentation files based on your project structure and the configuration created in the previous step.

npx llms-txt-generator build
4

Add the MCP server to Claude Desktop

Add the generate-llms MCP tool to your Claude Desktop configuration so Claude can generate llms.txt files on demand during conversations.

{
  "mcpServers": {
    "llms-txt-generator": {
      "command": "npx",
      "args": ["llms-txt-generator"]
    }
  }
}
5

Verify the MCP tool is available

Restart Claude Desktop and ask Claude to generate llms.txt for your current project. Claude will call the generate-llms tool automatically.

llms.txt Generator Examples

Client configuration

Add llms-txt-generator to Claude Desktop so the generate-llms tool is available during conversations.

{
  "mcpServers": {
    "llms-txt-generator": {
      "command": "npx",
      "args": ["llms-txt-generator"]
    }
  }
}

Prompts to try

Example prompts for generating llms.txt files via Claude using the MCP tool.

- "Generate llms.txt and llms-full.txt files for this project."
- "Create documentation files for this codebase with output in the ./docs directory."
- "Generate an llms.txt that focuses on the TypeScript API surface of this library."
- "Build a comprehensive llms-full.txt including code examples and installation steps."
- "Update the llms.txt for my project to reflect the new folder structure."

Troubleshooting llms.txt Generator

npx llms-txt-generator init produces no output or exits immediately

Ensure you are running Node.js v18 or higher by checking `node --version`. Older versions may not support the interactive wizard. Upgrade Node.js via nvm or the official installer.

Generated llms.txt is missing files or has incorrect structure

Review the llms-txt-generator.yaml configuration file created by the init wizard. Adjust the output path and any include/exclude patterns, then re-run `npx llms-txt-generator build`.

Claude does not show the generate-llms tool after adding to config

Ensure Claude Desktop is fully restarted (not just refreshed). On macOS, quit from the menu bar entirely. Check that the JSON in claude_desktop_config.json is valid with no trailing commas or syntax errors.

Frequently Asked Questions about llms.txt Generator

What is llms.txt Generator?

llms.txt Generator is a Model Context Protocol (MCP) server that ultimate ai-powered generator for llms.txt and llms-full.txt files. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install llms.txt Generator?

Follow the installation instructions on the llms.txt Generator GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with llms.txt Generator?

llms.txt Generator works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is llms.txt Generator free to use?

Yes, llms.txt Generator is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "llms-txt-generator": { "command": "npx", "args": ["-y", "llms-txt-generator"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use llms.txt Generator?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides