LLMs Txt MCP — Documentation skill for Claude Code
Lean MCP server for fast llms.txt documentation access.
How to install LLMs Txt MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open tenequm/llms-txt-mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What LLMs Txt MCP does
Lean MCP server for fast llms.txt documentation access.
Alternatives in Documentation
- Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
- Context7 — claude-plugins-official Up-to-date library documentation lookup 50.1k ★
- Notion Research Documentation — Research Notion content and synthesize findings into structured briefs 14.6k ★
README
llms-txt-mcp
[](https://pypi.org/project/llms-txt-mcp/) [](https://www.python.org/downloads/) [](https://github.com/modelcontextprotocol/python-sdk) [](LICENSE)
Fast, surgical access to big docs in Claude Code via llms.txt. Search first, fetch only what matters.
Why this exists
- Hitting token limits and timeouts on huge
llms.txtfiles hurts flow and drowns context. - This MCP keeps responses tiny and relevant. No dumps, no noise — just the parts you asked for.
Quick start (Claude Desktop)
Add to `~/Library/Application Support/Claude/claude_desktop_config.json` or `.mcp.json` in your project:
{
"mcpServers": {
"llms-txt-mcp": {
"command": "uvx",
"args": [
"llms-txt-mcp",
"https://ai-sdk.dev/llms.txt",
"https://nextjs.org/docs/llms.txt",
"https://orm.drizzle.team/llms.txt"
]
}
}
}
Now Claude Code|Desktop can instantly search and retrieve exactly what it needs from those docs.
How it works
URL → Parse YAML/Markdown → Embed → Search → Get Section
- Parses multiple llms.txt formats (YAML frontmatter + Markdown)
- Embeds sections and searches semantically
- Retrieves only the top matches with a byte cap (default: 75KB)
Features
- Instant startup with lazy loading and background indexing
- Search-first; no full-document dumps
- Byte-capped responses to protect context windows
- Human-readable IDs (e.g.
https://ai-sdk.dev/llms.txt#rag-agent)
Source resolution and crawling behavior
- Always checks for
llms-full.txtfirst, even whenllms.txtis configured. If present, it usesllms-full.txtfor richer structure. - For a plain
llms.txtthat only lists links, it indexes those links i
Related Skills
Adding New Preset
Use when adding a new preset screening strategy to the MCP server. Ensures presets follow established patterns
Claude Code Browser MCP Setup
Setup documentation for using Chrome DevTools MCP server with Claude Code
MarkSight
Browser-only Markdown editor that packages any document into a Claude Agent Skill (SKILL.md / .skill bundle) i
My Harness Library
Self-hosted, searchable inventory of every Claude Code skill, agent, command, plugin and MCP server — with an
Claude Code Memory Stack
A complete, runnable template for giving Claude Code a persistent memory: a Markdown knowledge vault, skills,
Agentic Recall
Long-term memory for agentic tasks. It tells you when it doesn't know. An MCP server for Claude Desktop and Cl
Related Agents
Audit Geo
Evaluates AI crawler access, llms.txt compliance, content citability, brand authority signals, and multi-platf
Narwhal Geo
GEO/LLMO specialist for the narwhal audit — visibility in AI answer engines (ChatGPT, Claude, Perplexity, Goog
Search Issues
gh search issues --repo {owner/repo} "llms.txt OR AI-friendly OR LLM documentation OR AI context" --limit 20 g