
AI Docs Search
by Pallavi-Pandey
Search and extract content from AI/ML library documentation including LangChain, LlamaIndex, and OpenAI.
What it does
Provides AI assistants with the ability to search through the official documentation of popular AI/ML libraries. It uses the Serper API to perform targeted Google searches and extracts the text content from the results, allowing the AI to provide up-to-date technical answers based on official docs.
Tools
get_docs: Searches documentation for a specified library (e.g., langchain, llama-index, openai) based on a provided query and returns the extracted text content.
Installation
Clone the repo, install dependencies with pip install -e ., and set your SERPER_API_KEY in a .env file. Start the server with python3 main.py.
{
"mcpServers": {
"ai-docs-search": {
"command": "python3",
"args": ["/path/to/main.py"]
}
}
}
Supported hosts
- Claude
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 5/2/2026
- stars





