CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: mrkrsl/web-search-mcp
v0.2.0
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 resultsget-web-search-summaries
performs a web search and returns the short summaries from the results page (a lightweight alternative to full-web-searchget-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.
Assets 3
v0.1.4
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.
Assets 3
v0.1.3
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.
Assets 3
v0.1.2
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.