Search and fetch documentation for popular libraries like Langchain, Llama-Index, and OpenAI using the Serper API, providing updated information for LLMs.
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.
Serper API
to perform site-specific searches.BeautifulSoup
.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:
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"
]
}
}
}
Production-ready RAG out of the box to search and retrieve data from your own documents.
Query Shodan's database of internet-connected devices and vulnerabilities using the Shodan API.
A server for Google search and webpage content extraction, built on Cloudflare Workers with OAuth support.
Perform lightning-fast local file searches on Windows using the Everything Search Engine.
Performs deep web searches for information using the Tavily API.
Query your local `mu` mail index for fast, structured mail search from MCP clients.
MCP server for interacting with the Ordiscan API to query Bitcoin ordinals and inscriptions. Requires an Ordiscan API key.
An MCP server for Google Search provided by CData, which requires an external CData JDBC Driver.
Web search and webpage content extraction using the Google Custom Search API.
Query 24-hour weather forecasts and city information by city name or coordinates.