search-mcp

stephdin/search-mcp
★ 0 stars TypeScript Browser/Web Updated today
A simple web search MCP server written in TypeScript
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A tiny MCP (Model Context Protocol) server for personal LLM assistants. Exposes two tools over [Streamable HTTP](https://modelcontextprotocol.io): - **`search`**: DuckDuckGo HTML search, no API key required. Returns title, URL, and snippet for up to `maxResults` results. - **`fetch_url`**: fetches a single URL and returns its main text content. HTML

Tools (3)

MCP_HOSTMCP_LOGMCP_PORT