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
관련 서버
Contextual MCP Server
A server for Retrieval-Augmented Generation (RAG) using the Contextual AI platform.
SearxNG MCP Server
Provides web search capabilities using a self-hosted SearxNG instance, allowing AI assistants to search the web.
ProPublica MCP Server
Search and analyze nonprofit organizations' Form 990 data using ProPublica's Nonprofit Explorer API.
Google Web Search (Gemini)
Provides Google Web Search functionality using the Gemini API. Requires a Google API Key or OAuth credentials.
Semantic Scholar
Access Semantic Scholar's academic paper database through their API.
SearchAPI Agent
An MCP agent that integrates various search tools using the SearchAPI service. Requires SearchAPI and Google API keys.
Memex Targeted Search Server
Performs targeted searches across Memex conversation history and project files.
vinted-mcp-server
First MCP server for Vinted marketplace. Search millions of second-hand items, compare prices across 19 countries (FR, DE, ES, IT, NL, BE, UK...), analyze seller profiles with ratings and verification status, detect cross-country arbitrage opportunities, and track trending products. 5 tools: search_items, get_item, get_seller, compare_prices, get_trending. 2 resources: countries list, categories. Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Zero config — just npx.
Dappier Search
Enable fast, free real-time web search and access premium data from trusted media brands for news, financial markets, sports, entertainment, weather, and more.
MCP Gemini Google Search
Performs Google searches using Gemini's built-in Grounding with Google Search feature.