MCP-Server

MCP-Server

3.5

Claude AI Documentation Assistant is a powerful MCP server that enhances Claude with advanced documentation search capabilities.

The Claude AI Documentation Assistant is an MCP server designed to integrate seamlessly with Claude, providing enhanced documentation search capabilities. It allows users to search across multiple AI/ML library documentations using the Serper API, ensuring fast and accurate retrieval of information. The server is optimized for quick response times and features an extendable architecture, making it easy to add more documentation sources. This tool is ideal for developers and researchers who need to access and understand complex documentation quickly and efficiently.

Features

  • {'name': 'Smart Documentation Search', 'description': 'Search across multiple AI/ML library documentation.'}
  • {'name': 'Claude Integration', 'description': "Seamless connection with Claude's advanced reasoning capabilities."}
  • {'name': 'Intelligent Web Search', 'description': 'Leverages Serper API for targeted documentation lookup.'}
  • {'name': 'Fast Response Times', 'description': 'Optimized for quick retrieval and processing.'}
  • {'name': 'Extendable Architecture', 'description': 'Easily add more documentation sources.'}

MCP Tools

  • get_docs: Tool to search for documentation using Serper API.

MCP Resources

  • {'name': 'LangChain Documentation', 'description': 'Available at python.langchain.com/docs.'}
  • {'name': 'LlamaIndex Documentation', 'description': 'Available at docs.llamaindex.ai/en/stable.'}
  • {'name': 'OpenAI Documentation', 'description': 'Available at platform.openai.com/docs.'}

Usage with Different Platforms

mcp

bash
# Clone the repository
git clone https://github.com/your-username/claude-docs-assistant.git
cd claude-docs-assistant

# Create a virtual environment (recommended)
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Start the MCP Server
python main.py

Frequently Asked Questions

What should I do if I encounter a 'Connection refused' error?

Ensure the MCP server is running before connecting Claude.

How can I increase the number of search results?

Modify the 'search_web' function in 'main.py' to adjust the number of results.

What if I face API key issues?

Verify your Serper API key is correct in the '.env' file.