MCP.so
Sign In

๐Ÿค– Claude AI Documentation Assistant ๐Ÿ“š

@XPE-7

About ๐Ÿค– Claude AI Documentation Assistant ๐Ÿ“š

No overview available yet

Basic information

Category

AI & Agents

Runtime

python

Transports

stdio

Publisher

XPE-7

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-xpe-7": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ๐Ÿค– Claude AI Documentation Assistant ๐Ÿ“š?

It is an MCP server that enhances Claude with documentation search capabilities for AI and ML libraries. It integrates with the Serper API for web search and the Claude Desktop app, targeting users who need fast, intelligent retrieval of technical documentation.

How to use ๐Ÿค– Claude AI Documentation Assistant ๐Ÿ“š?

Clone the repository, create a virtual environment, install dependencies, and set the SERPER_API_KEY in a .env file. Start the server with python main.py, then connect the Claude Desktop app via the Tools section by adding a local tool.

Key features of ๐Ÿค– Claude AI Documentation Assistant ๐Ÿ“š

  • Smart documentation search across multiple AI/ML libraries
  • Seamless integration with Claudeโ€™s reasoning capabilities
  • Intelligent web search using the Serper API
  • Fast response times optimized for quick retrieval
  • Extendable architecture to add more documentation sources

Use cases of ๐Ÿค– Claude AI Documentation Assistant ๐Ÿ“š

  • Ask Claude to explain how to use FAISS with LangChain
  • Search and retrieve documentation for LlamaIndex or OpenAI
  • Look up API details or usage examples from supported libraries
  • Quickly find specific explanations without manual browsing

FAQ from ๐Ÿค– Claude AI Documentation Assistant ๐Ÿ“š

What dependencies are required?

Python 3.8 or higher, a Claude Pro subscription, a Serper API key, and the Claude Desktop application.

How do I connect to the MCP server?

Open the Claude Desktop app, go to Settings > Tools, click โ€œAdd Toolโ€, select โ€œConnect to a local toolโ€, and follow the prompts to connect to the running server.

What documentation sources are supported?

Currently it supports LangChain (python.langchain.com/docs), LlamaIndex (docs.llamaindex.ai/en/stable), and OpenAI (platform.openai.com/docs). More can be added by editing the docs_urls dictionary in main.py.

What are common issues and how to fix them?

โ€œConnection refusedโ€ usually means the server is not running. Timeout errors may indicate poor internet or need for increased timeout. API key issues require verifying the Serper key in the .env file.

How does the server handle data and searches?

When Claude invokes the get_docs tool, the server searches the web via the Serper API, scrapes relevant documentation pages, and returns the content to Claude for analysis. No documentation data is stored locally beyond the search results.

Comments

More AI & Agents MCP servers