mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
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
-
Assuming you already have uv installed
-
Create a directiory
uv init
- Create a venv
uv venv
- Activate the venv
source .venv/Scripts/activate
- install the dependencies
uv sync
- Get the full path to the uv installation path
which uv
CLAUDE 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"
- The command field you get from running "which uv" in the project folder
- 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
İlgili Sunucular
MCP Deep Search
A server for performing deep web searches using the @just-every/search library, requiring API keys via an environment file.
Image Sorcery
At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.
NPMLens MCP
NPMLens MCP lets your coding agent (such as Claude, Cursor, Copilot, Gemini or Codex) search the npm registry and fetch package context (README, downloads, GitHub info, usage snippets). It acts as a Model‑Context‑Protocol (MCP) server, giving your AI assistant a structured way to discover libraries and integrate them quickly.
Travel Planner
A server for travel planning and interacting with Google Maps services.
DevRag
Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).
Library Docs MCP Server
Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API, providing updated information for LLMs.
PaperMCP 智能学术论文检索系统
An academic paper search server powered by the OpenAlex API.
OpenSearch MCP Server
An MCP server for interacting with OpenSearch clusters.
Drawing Guides
Access step-by-step drawing tutorials and guides from easydrawingguides.com for artists of all skill levels.
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.