Library Docs MCP Server
라이브러리 문서 MCP 서버
이는 Serper API를 사용하여 Langchain, Llama-Index, MCP, OpenAI와 같은 인기 있는 라이브러리에 대한 문서를 검색하고 가져올 수 있는 MCP(Model Context Protocol) 서버입니다.
특징
자연어 쿼리를 사용하여 도서관 문서를 검색합니다.
Langchain, Llama-Index, MCP, OpenAI를 지원합니다(다른 라이브러리를 추가하려면 코드를 업데이트하세요).
Serper API사용하여 사이트별 검색을 수행합니다.BeautifulSoup사용하여 문서를 구문 분석하고 반환합니다.최신 문서를 제공합니다 . 지식 마감일이 있는 LLM 모델에 유용합니다.
Related MCP server: docpilot-mcp
왜 LLM과 함께 이 서버를 사용해야 하나요?
Claude Desktop 및 유사 플랫폼에서 사용되는 모델을 포함한 많은 LLM 모델은 지식 마감일이 있으며 최신 라이브러리 문서에 접근하지 못할 수 있습니다. 이 MCP 서버는 다음과 같은 방법으로 이 문제를 해결합니다.
공식 소스에서 실시간 문서를 가져옵니다.
개발 및 문제 해결을 위한 최신 정보를 제공합니다.
새로운 도서관 업데이트에 따라 작업할 때 응답의 정확성과 관련성을 개선합니다.
Claude Desktop 설정
Claude Desktop 과 함께 이 서버를 사용하려면 다음 구성으로 claude_desktop_config.json 파일을 업데이트하세요.
지엑스피1
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