MCP Documentation Search Server
@PicardRaphael
MCP Documentation Search Server について
🔍 FastMCP-powered documentation search engine that provides unified access to multiple framework docs (Next.js, Tailwind, Framer Motion, etc.) with intelligent name resolution and async processing.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-documentation": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Documentation Search Server?
This server enables AI systems to intelligently search across multiple popular framework and library documentations using a unified interface. Built with FastMCP, it provides a single tool to query documentation from sources like LangChain, Next.js, Tailwind CSS, Framer Motion, and more.
How to use MCP Documentation Search Server?
Clone the repository, set up a Python virtual environment, install dependencies with pip install -r requirements.txt, and run python main.py. Then use the get_docs function, passing a query and a library name (e.g., get_docs(query="animations", library="framer-motion")). The server intelligently handles multiple library name variations.
Key features of MCP Documentation Search Server
- Multi-library support across six popular frameworks/libraries
- Intelligent search with smart name resolution for library variations
- DuckDuckGo-powered search for accurate results
- Asynchronous processing and parallel content fetching
- Robust error handling and network timeout management
- Comprehensive test suite for reliability
Use cases of MCP Documentation Search Server
- AI assistants retrieving documentation for user queries without manual browsing
- Developers integrating doc search into automated workflows or coding tools
- Rapid prototyping by searching across multiple frameworks from a single interface
- Serving as a backend for documentation bots or chat interfaces
FAQ from MCP Documentation Search Server
What are the runtime requirements?
Python 3.8+ and either pip or uv package manager. A virtual environment is recommended.
How do I add a new documentation source?
Add the URL to DOCS_URLS in config.py and add common aliases to LIBRARY_ALIASES. Then update documentation and submit a pull request.
What should I do if I get a TimeoutError or no results?
Increase HTTP_TIMEOUT in config.py (default 30 seconds) for timeouts. For no results, try different search terms or verify the library name. Check your internet connection and the documentation URL for HTTP errors.
How does library name resolution work?
The system accepts multiple variations of library names (e.g., "framer", "framermotion", "framer-motion", "motion") and maps them to the correct documentation URL using aliases defined in config.py.
Are there any tests?
Yes, the project includes unit tests (for utilities and services), integration tests (for the main API), and uses pytest. Run all tests with python -m pytest.
「メモリとナレッジ」の他のコンテンツ
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists

Dash Api Docs Mcp Server
KapeliMCP server for Dash, the macOS API documentation browser
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
コメント