Skip to content

Releases: mrkrsl/web-search-mcp

v0.3.2

07 Aug 16:28

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

v0.3.2 added zod as a missing install dependency.

Refer to the README.md for installation instructions.

v0.3.1

03 Aug 12:34

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

v0.3.1 fixes issues present after replacing Google, with Bing and falling back to Brave, then DuckDuckGo. It also enhances the headless browser to be more robust. Please install this version in preference to v0.3.0.

Refer to the README.md for installation instructions.

v0.2.2

29 Jul 14:05

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

v0.2.2 includes a minor update to allow MAX_CONTENT_LENGTH to be set in mcp.json to mitigate content length related issues for some use cases.

Refer to the README.md for installation instructions.

v0.2.1

28 Jul 16:28

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

full-web-search in v0.2.1 now checks if a result is a PDF and skips it if it is. This prevents the non-retrieval of results from PDFs.

The other tools, get-web-search-summaries and get-single-web-page-content, remain as they were in the previous version.

Refer to the README.md for installation instructions.

v0.2.0

14 Jul 13:43

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

The web-search MCP server includes three tools:

  • full-web-search performs a web search and then fetches the full results from the top results
  • get-web-search-summaries performs a web search and returns the short summaries from the results page (a lightweight alternative to full-web-search
  • get-single-web-page-content extracts the content from a specific URL

v0.2.0 adds support for the additional get-web-search-summaries and get-single-web-page-content tools.

v0.1.4

10 Jul 15:20

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

v0.1.4 provides better support for Llama and Deepseek models.

v0.1.3

06 Jul 16:15

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

v0.1.3 updated all npm dependencies to ensure they install with latest npm on all machines.

v0.1.2

01 Jul 17:03

Choose a tag to compare

Web Search MCP Server for use with Local LLMs is a TypeScript MCP (Model Context Protocol) server that performs web searches and extracts full page content from search results in platforms like LM Studio.

v0.1.2 is an update to ensure dependency building.