MCP-Server
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.
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.