Docs To Llm
@Rybens92
About Docs To Llm
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docs-to-llm": {
"command": "python",
"args": [
"/your/path/to/this/mcp/server/src/server.py"
],
"disabled": false
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Docs To Llm?
Docs To Llm is an MCP server that processes technical documentation into llm.txt format. It generates two files — a short version with titles and links, and a full version with complete content — for use as context in LLM environments like Cursor, Windsurf, Cline, or Roo Code.
How to use Docs To Llm?
Clone the repository and install dependencies with uv pip install -r requirements.txt or pip install -r requirements.txt. Configure the server in your MCP settings (e.g., mcp_settings.json) with the command python and the path to src/server.py. Invoke the process_documentation tool to crawl a documentation URL, providing the URL, library name, and output directory. The server returns paths to the generated llm_{library_name}_short.txt and llm_{library_name}_full.txt files.
Key features of Docs To Llm
- Automatic detection of documentation navigation sections
- Conversion of relative URLs to absolute URLs
- Removal of unnecessary HTML elements (scripts, styles, menus)
- Progress reporting during processing
- Detailed error logging
- Smart scoring system to find relevant documentation links
- Fallback mechanisms when automatic detection fails
- Sanitized filenames based on library names
Use cases of Docs To Llm
- Generate concise documentation context for LLM-powered code assistants like Cursor or Windsurf
- Create a full-text local copy of a library's docs for offline analysis
- Produce short link-only summaries of large documentation sites
- Integrate documentation ingestion into automated build or tooling pipelines
- Feed structured documentation into Roo Code or Cline for context-aware prompts
FAQ from Docs To Llm
What Python version is required?
Python 3.7 or higher is required.
How do I install the dependencies?
Use uv pip install -r requirements.txt (recommended) or pip install -r requirements.txt.
Where are the output files saved?
You specify the output directory via the txt_save_path parameter in the process_documentation tool call. The server creates two files there.
How do I configure Docs To Llm in Cline or Roo Code?
Add a docs-to-llm entry to your mcp_settings.json with command python and args pointing to the full path of src/server.py.
What tool does the server expose?
The server provides one tool: process_documentation, which accepts a URL, library name, and save path, and returns success status and file paths.
More AI & Agents MCP servers
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Comments