MCP Catalogs
Homekindly-web-search-mcp-server screenshot

kindly-web-search-mcp-server

by Shelpuk-AI-Technology-Consulting·325·Score 50

Web search MCP server with robust content retrieval for AI coding tools and agents.

web-scrapingai-llmdeveloper-tools
19
Forks
3
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

Kindly Web Search MCP Server is a comprehensive web search tool that provides complete content from sources like StackExchange, GitHub Issues, Wikipedia, and arXiv in optimized formats for AI assistants. Unlike basic search MCP servers, it returns the full conversation in a single call including questions, answers, comments, and metadata. The server integrates directly with APIs for specialized sources and uses a headless browser for real-time parsing of any webpage, supporting multiple search providers with intelligent fallback.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Improving AI coding assistants by providing complete StackOverflow and GitHub discussions
you:Retrieving up-to-date documentation and API references for programming
you:Enhancing AI agents with comprehensive web search and content extraction capabilities
you:Which search providers does Kindly support?
you:Do I need a Chromium browser?

When to choose this

Choose Kindly when you need comprehensive content retrieval beyond basic search results, especially for coding assistants that need full conversations, GitHub issues, or documentation rather than just URLs and snippets.

When NOT to choose this

Don't choose Kindly if you only need simple web search results, want to avoid installing a browser, or prefer solutions with fewer dependencies and API key requirements.

Tools this server exposes

2 tools extracted from the README
  • web_searchweb_search(query, num_results=3)

    Searches the web and returns top results with title, link, snippet, and page content

  • get_contentget_content(url)

    Retrieves and extracts content from a specific URL in Markdown format

Comparable tools

brave-search-mcp-serverduckduckgo-mcp-serverbrowserless-mcp

Installation

Installation

  1. Install uvx:
curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Install a Chromium-based browser (required for page_content)
  1. Set your search API key (Serper, Tavily, or SearXNG)
  1. Run the MCP server:
uvx --from git+https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server \
  kindly-web-search-mcp-server start-mcp-server

Claude Desktop Configuration

Add to your config.json:

{
  "mcpServers": {
    "kindly-web-search": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server", "kindly-web-search-mcp-server", "start-mcp-server"],
      "env": {
        "SERPER_API_KEY": "your-serper-key",
        "GITHUB_TOKEN": "your-github-token"
      }
    }
  }
}

FAQ

Which search providers does Kindly support?
Kindly supports Serper (primary), Tavily, and self-hosted SearXNG with intelligent fallback between them.
Do I need a Chromium browser?
Yes, for universal HTML content extraction. However, specialized sources (StackOverflow, GitHub Issues, Wikipedia, arXiv) work well without a browser.

Compare kindly-web-search-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.