Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Documentation MCP Server
  • MCP Package Docs Server
  • sanderkooger-mcp-server-ragdocs
  • Ramp MCP Server
  • Amazon VPC Lattice MCP Server
Back to MCP Servers
Library Docs MCP Server

Library Docs MCP Server

Public
vikramdse/docs-mcp-server

An MCP server that fetches real-time documentation for popular libraries like Langchain, Llama-Index, MCP, and OpenAI, allowing LLMs to access updated library information beyond their knowledge cut-off dates.

Verified
python
0 tools
May 29, 2025
Updated May 30, 2025

Library Docs MCP Server

This is an MCP (Model Context Protocol) server that allows you to search and fetch documentation for popular libraries like Langchain, Llama-Index, MCP, and OpenAI using the Serper API.

Features

  • Search library documentation using a natural language query.
  • Supports Langchain, Llama-Index, MCP, and OpenAI (Update the code to add other libraries).
  • Uses the Serper API to perform site-specific searches.
  • Parses and returns the documentation using BeautifulSoup.
  • Provides updated documentation – useful for LLM models with knowledge cut-off dates.

Why Use This Server with LLMs?

Many LLM models, including those used in Claude Desktop and similar platforms, have a knowledge cut-off date and may not have access to the latest library documentation. This MCP server solves that problem by:

  • Fetching real-time documentation from official sources.
  • Providing up-to-date information for development and troubleshooting.
  • Improving the accuracy and relevance of responses when working with new library updates.

Setting Up with Claude Desktop

To use this server with Claude Desktop, update the claude_desktop_config.json file with the following configuration:

{ "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" ] } } }
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Documentation MCP Server
    Documentation MCP Server

    A server that enables Claude to search and access documentation from popular libraries like LangChai...

    Added May 30, 2025
  • MCP Package Docs Server
    MCP Package Docs Server

    Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python...

    11 tools
    Added May 30, 2025
  • sanderkooger-mcp-server-ragdocs
    sanderkooger-mcp-server-ragdocs

    An MCP server implementation that provides tools for retrieving and processing documentation through...

    Added May 30, 2025
  • Ramp MCP Server
    Ramp MCP Server

    A Model Context Protocol server that enables access to Ramp financial data through an in-memory data...

    Added May 30, 2025
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    A Model Context Protocol server that provides tools for accessing and managing AWS VPC Lattice infor...

    2 tools
    Added May 30, 2025