图书馆文档 MCP 服务器
这是一个 MCP(模型上下文协议)服务器,允许您使用 Serper API 搜索和获取流行库(如 Langchain、Llama-Index、MCP 和 OpenAI)的文档。
特征
使用自然语言查询搜索图书馆文档。
支持 Langchain、Llama-Index、MCP 和 OpenAI(更新代码以添加其他库)。
使用
Serper API
执行特定于站点的搜索。使用
BeautifulSoup
解析并返回文档。提供更新的文档- 对于具有知识截止日期的 LLM 模型很有用。
为什么要将此服务器与 LLM 一起使用?
许多 LLM 模型(包括Claude Desktop和类似平台中使用的模型)都有知识截止日期,可能无法访问最新的库文档。MCP 服务器通过以下方式解决了这个问题:
从官方来源获取实时文档。
提供用于开发和故障排除的最新信息。
在使用新的库更新时提高响应的准确性和相关性。
使用 Claude Desktop 进行设置
要将此服务器与Claude Desktop一起使用,请使用以下配置更新claude_desktop_config.json
文件:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
MCP 服务器可获取 Langchain、Llama-Index、MCP 和 OpenAI 等流行库的实时文档,使 LLM 能够在其知识截止日期之后访问更新的库信息。
Related MCP Servers
- -securityAlicense-qualityAn MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.Last updated -706MIT License
- -securityFlicense-qualityA customized MCP server that enables integration between LLM applications and documentation sources, providing AI-assisted access to LangGraph and Model Context Protocol documentation.Last updated -1
- AsecurityFlicenseAqualityA lightweight MCP server that provides a unified interface to various LLM providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.Last updated -6643
- -securityAlicense-qualityAn MCP server that enables AI assistants to access up-to-date documentation for Python libraries like LangChain, LlamaIndex, and OpenAI through dynamic fetching from official sources.Last updated -1MIT License
Appeared in Searches
- A server for searching Rust programming language documentation
- Access to documentation for coding agents like Cursor and Cline
- A server for exploring and analyzing large OpenAPI schemas efficiently
- An open-source MCP service leveraging large models for innovative problem-solving
- Finding the Best Memory Compression Policies (MCPs) for Optimizing Limited Context Window in Claude Code