MCP-Websearch-Server
What is this MCP
This is a Model Context Protocol (MCP) server designed to retrieve documentation from Langchain, Llama Index, and OpenAI. It implements the MCP standard to allow seamless integration with other MCP-compatible applications.
How to use this MCP
To use this MCP server, you need to set up a SERPER API key, install dependencies via uv package manager, and run the server. The server exposes a get_docs
tool that can be called by MCP clients with a query and library name to retrieve relevant documentation snippets.
What this MCP can be used for
This MCP server is primarily useful for developers working with Langchain, Llama Index, or OpenAI who need quick access to official documentation. It can be integrated into AI workflows, developer tools, or any MCP-compatible application that requires documentation retrieval functionality.