Library Docs MCP Server
图书馆文档 MCP 服务器
这是一个 MCP(模型上下文协议)服务器,允许您使用 Serper API 搜索和获取流行库(如 Langchain、Llama-Index、MCP 和 OpenAI)的文档。
特征
使用自然语言查询搜索图书馆文档。
支持 Langchain、Llama-Index、MCP 和 OpenAI(更新代码以添加其他库)。
使用
Serper API执行特定于站点的搜索。使用
BeautifulSoup解析并返回文档。提供更新的文档- 对于具有知识截止日期的 LLM 模型很有用。
Related MCP server: docpilot-mcp
为什么要将此服务器与 LLM 一起使用?
许多 LLM 模型(包括Claude Desktop和类似平台中使用的模型)都有知识截止日期,可能无法访问最新的库文档。MCP 服务器通过以下方式解决了这个问题:
从官方来源获取实时文档。
提供用于开发和故障排除的最新信息。
在使用新的库更新时提高响应的准确性和相关性。
使用 Claude Desktop 进行设置
要将此服务器与Claude Desktop一起使用,请使用以下配置更新claude_desktop_config.json文件:
{
"mcpServers": {
"docs-mcp-server": {
"command": "C:\\Users\\Vikram\\.local\\bin\\uv.exe",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"F:\\My Projects\\AI\\docs-mcp-server\\server.py"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceAn 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.1MIT
- Alicense-qualityBmaintenanceAn MCP server that provides tools to fetch live, version-accurate documentation, changelogs, examples, and method signatures for npm and PyPI packages, preventing AI coding agents from hallucinating stale APIs.16ISC
- FlicenseAqualityCmaintenanceAn MCP server that searches official documentation for popular libraries, scrapes pages, and returns clean, LLM-ready text.1
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Appeared in Searches
- Latest Python Libraries and Their Purposes
- MCP server for accessing online documentation of open-source libraries in coding agents
- Documentation server for Ansible, NixOS, and programming languages
- A service for finding the latest API documentation
- A server for searching Rust programming language documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vikramdse/docs-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server