llms.txt Generator
The ultimate AI-powered generator for llms.txt and llms-full.txt files.
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
Maintainer
Works with
Installation
Manual Installation
npx llms-txt-generatorConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-generatorRun 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 initGenerate 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 buildAdd 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"]
}
}
}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.
llms.txt Generator Alternatives — Similar Developer Tools Servers
Looking for alternatives to llms.txt Generator? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up llms.txt Generator in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.