Description
This MCP server implementation provides a documentation search tool that allows Claude to retrieve the latest documentation for popular Python libraries including LangChain, LlamaIndex, and OpenAI. It uses the Serper API to perform targeted Google searches within specific documentation domains, then fetches and extracts the content from the search results. The implementation is lightweight, requiring only a few dependencies (BeautifulSoup, httpx, and MCP), making it easy to integrate into existing workflows for developers who need quick access to up-to-date library documentation without leaving their conversation with Claude.
Server Details
Added
April 17, 2025
