mcpdoc
This is an mcp server to reference a specified site's LLM.txt file an have the agent use the LLM.txt file to gather information from the site dynamically (uses latest website information)
Documentation
mcp-mcpdoc
Leverages LLM.TXT to help agent (Claude, Windsurf, Cursor) to get the most recent version of web pages.
LLM.txt files are added to websites similar to robotx.txt files which the site adds for AI search engine.
LLM.txt files contains the breakdown of the URLs and descriptions
SETUP
1. Assuming you already have uv installed
2. Create a directiory
uv init3. Create a venv
uv venv4. Activate the venv
source .venv/Scripts/activate5. install the dependencies
uv sync6. Get the full path to the uv installation path
which uvCLAUDE Desktop integration
{
"mcpServers": {
"langgraph-docs-mcp": {
"command": "/Users/XXX/AppData/Local/Microsoft/WinGet/Packages/astral-sh.uv_Microsoft.Winget.Source_8wekyb3d8bbwe/uvx",
"args": [
"--from",
"/Users/XX/Desktop/git_personal/mcpdoc",
"mcpdoc",
"--urls",
"LangGraph:https://langchain-ai.github.io/langgraph/llms.txt LangChain:https://python.langchain.com/llms.txt",
"--transport",
"stdio",
"--port",
"8081",
"--host",
"localhost"
]
}
}
}
Note"
1. The command field you get from running "which uv" in the project folder
2. The field after --from you get from runnig "pwd" in the project folder. This is to point Claude to the project folder.
Basically here UV will activate the venv in the project folder and python will run the commands so that the server can start for Claude Desktop HOST
Frequently asked questions
What is mcpdoc?
mcpdoc is This is an mcp server to reference a specified site's LLM.txt file an have the agent use the LLM.txt file to gather information from the site dynamically (uses latest website information)
How do I install mcpdoc?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcpdoc open source?
Yes — it is hosted on GitHub at https://github.com/tevinric/mcpdoc.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP