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
相关服务器
PBS API
Access Australian Pharmaceutical Benefits Scheme data for medicine information, pricing, and availability. Built with Python and FastAPI.
Greenbook
A lightweight Model Context Protocol (MCP) server that exposes Greenbook data and tools for market research professionals, analysts, and related workflows.
Yoku
Enhance your applications, workflows and AI systems with reliable company data using our comprehensive Brand Identity API.
Perplexity
Intelligent search, reasoning, and research capabilities powered by Perplexity's AI models.
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.
Banana Prompts MCP Server
MCP server that allows you to search for high-quality AI art prompts directly from Banana Prompts (bananaprompts.fun).
ProPublica MCP Server
Search and analyze nonprofit organizations' Form 990 data using ProPublica's Nonprofit Explorer API.
SearxNG MCP Server
Provides web search capabilities using a self-hosted SearxNG instance, allowing AI assistants to search the web.
secEdgarMCP
An MCP server that allows a client to fetch data from the SEC EDGAR API and pull documents into terminal rendering
12306-mcp
Search for train tickets on 12306, the official China Railway website.