document-search-mcp-server
If you are the rightful owner of document-search-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a simple MCP server that allows users to search for documentation from popular libraries using the Serper API.
The Python MCP Server is designed to facilitate the search for documentation from popular libraries such as LangChain, LlamaIndex, and OpenAI. It leverages the Serper API to perform web searches and uses BeautifulSoup to extract relevant documentation from the web. The server is built to be interactive through the MCP protocol, allowing users to query documentation efficiently. It requires Python 3.12 or higher and several dependencies, including the MCP library, BeautifulSoup4, and httpx. The server is initiated by running a Python script, and it listens for input to perform documentation searches.
Features
- Supports searching documentation for LangChain, LlamaIndex, and OpenAI.
- Uses Serper API to perform web searches.
- Extracts and returns text from relevant documentation pages.
- Interactive usage through MCP protocol.