Skip to main content
Glama
SARAN-KUMAR-S

DOC-Intelligence-MCP-SERVER

DOC-Intelligence-MCP-SERVER

A Model Context Protocol (MCP) server that enables LLMs (like Claude) to dynamically search, scrape, and query libraries' official documentation using Google Serper and Groq.

Features

  • Google Serper API Integration: Searches documentation sites for up-to-date information.

  • Fast Web Scraping: Extracts page content cleanly using trafilatura.

  • LLM Content Cleaning: Automatically cleans and strips HTML bloat from documentation pages using Groq (llama-3.1-8b-instant).

  • Claude Integration: Instantly works as a tool within Claude Desktop or any other MCP client.

Supported Libraries (Configured Domains)

  • uv (docs.astral.sh/uv)

  • openai (platform.openai.com/docs)

  • langchain (python.langchain.com/docs)

  • llama-index (docs.llamaindex.ai/en/stable)


Setup

1. Requirements

Ensure you have uv installed.

2. Configure Environment Variables

Copy .env.example to .env and fill in your API keys:

cp .env.example .env

Inside .env:

3. Run Locally (Testing)

You can run the test client to verify operations:

uv run client.py

Claude Desktop Integration

To add this tool to Claude, edit your claude_desktop_config.json configuration file:

Windows Path: %APPDATA%\Claude\claude_desktop_config.json

Add the server config under mcpServers:

{
  "mcpServers": {
    "docs-intelligence": {
      "command": "uv",
      "args": [
        "--directory",
        "C:/Users/SARAN KUMAR/OneDrive/Desktop/MCP SERVER -1",
        "run",
        "mcp_server.py"
      ]
    }
  }
}

Restart Claude Desktop, and you will see the get_docs tool available!

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SARAN-KUMAR-S/DOC-Intelligence-MCP-SERVER'

If you have feedback or need assistance with the MCP directory API, please join our Discord server