MCP Directory
Back

web-search-mcp

by mrkrsl · TypeScript · ★ 822

A simple, locally hosted Web Search MCP server for use with Local LLMs

#llm#lmstudio#local-llm#mcp#web-search

Install

npx -y github:mrkrsl/web-search-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "web-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:mrkrsl/web-search-mcp"
      ]
    }
  }
}

From the README

A TypeScript MCP (Model Context Protocol) server that provides comprehensive web search capabilities using direct connections (no API keys required) with multiple tools for different use cases. - **Multi-Engine Web Search**: Prioritises Bing > Brave > DuckDuckGo for optimal reliability and performance - **Full Page Content Extraction**: Fetches and extracts complete page content from search results - **Multiple Search Tools**: Three specialised tools for different use cases - **Smart Request Strategy**: Switches between playwright browesrs and fast axios requests to ensure results are returne…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers