kindly-web-search-mcp-server

Searches web and extracts full pages to structured Markdown for AI coding workflows.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/Aradotso/mcp-skills --skill kindly-web-search-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kindly-web-search-mcp-server
Source: https://github.com/Aradotso/mcp-skills/tree/main/skills/kindly-web-search-mcp-server
Command: npx skills add https://github.com/Aradotso/mcp-skills --skill kindly-web-search-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of slow, incomplete research by turning vague search results into fully extracted, structured sources that AI coding tools can use immediately.

Core Features & Use Cases

  • Full-context web results: Returns complete, structured content in one call, including StackOverflow Q&A threads, GitHub issue/discussion conversations, Wikipedia articles, and arXiv papers.
  • Intelligent URL extraction: Retrieves and converts a specific page into clean Markdown suitable for downstream coding or analysis workflows.
  • Search-provider flexibility: Supports Serper, Tavily, and self-hosted SearXNG, prioritizing whichever API key/endpoint is configured.
  • Practical use case: When debugging an error, the tool can pull the entire relevant StackOverflow thread and related GitHub discussion context, so you can implement and validate a fix without extra scraping steps.

Quick Start

Use the Kindly Web Search MCP server to search StackOverflow and GitHub for complete troubleshooting context about “FastAPI async database connection pooling best practices”.

Frequently Asked Questions about kindly-web-search-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract full web page content for AI coding workflows instead of just search snippets?

To extract full web page content for AI coding workflows, you need intelligent URL-to-Markdown extraction. This retrieves complete page text using a Chromium-based browser and specialized parsers, returning clean Markdown suitable for downstream coding or analysis.

How do I pull complete StackOverflow threads and GitHub issue discussions for debugging?

Pulling complete StackOverflow threads and GitHub discussions requires full-context web search. This retrieves entire Q&A conversations and issue threads in one call, providing the structured context needed to implement and validate a fix without extra scraping.

What search providers can I use for web search and content extraction in MCP servers?

For web search and content extraction in MCP servers, you can use Serper, Tavily, or self-hosted SearXNG. The server prioritizes whichever API key or endpoint is configured via environment variables, offering search-provider flexibility.

Do I need a GitHub token to enrich web search results with GitHub issues and discussions?

A GitHub token is optional for enriching web search results. Configuring GITHUB_TOKEN enables optional GitHub enrichment, allowing deeper investigation across GitHub issues and discussions when troubleshooting coding problems.

What is the best way to research arXiv papers and Wikipedia articles for coding tasks?

The best way to research arXiv papers and Wikipedia articles for coding tasks is full-context web retrieval. It extracts complete article text and converts it into structured Markdown, providing immediately usable context for AI analysis workflows.

Can I retrieve structured content from multiple sources like arXiv and Wikipedia in a single search call?

Yes, you can retrieve structured content from multiple sources in a single search call. Full-context web search returns complete content from arXiv, Wikipedia, StackOverflow, and GitHub simultaneously, converting everything into clean Markdown for immediate use.