Back to Home
Shelpuk-AI-Technology-Consulting icon

kindly-web-search-mcp-server

Verified Safe

by Shelpuk-AI-Technology-Consulting

Overview

Provides web search with robust, LLM-optimized content retrieval from various sources (StackExchange, GitHub, Wikipedia, arXiv, and general webpages) for AI coding assistants.

Installation

Run Command
uvx --from git+https://github.com/Shelpuk-AI-Technology-Consulting/kindly-web-search-mcp-server kindly-web-search-mcp-server start-mcp-server

Environment Variables

  • SERPER_API_KEY
  • TAVILY_API_KEY
  • SEARXNG_BASE_URL
  • GITHUB_TOKEN
  • KINDLY_BROWSER_EXECUTABLE_PATH

Security Notes

The server uses `subprocess.create_subprocess_exec` to run a headless Chromium browser for universal HTML scraping, which is standard for browser automation but introduces a larger attack surface. The `--no-sandbox` option for Chromium can be enabled via environment variable, reducing browser isolation. Sensitive API keys are loaded from environment variables, which is standard but requires secure environment management. Input parsing for `SEARXNG_HEADERS_JSON` includes JSON validation to prevent arbitrary code execution. Efforts are made to ensure proxy settings do not interfere with local connections and to clean up temporary directories.

Similar Servers

Stats

Interest Score92
Security Score7
Cost ClassHigh
Avg Tokens30000
Stars88
Forks4
Last Update2026-01-18

Tags

Web SearchContent RetrievalLLM OptimizationAI Coding ToolsDeveloper Tools