mcp-web-server
Verified Safeby null-create
Overview
A local, API-key-free web search server providing unified search tools via Model Context Protocol (MCP) for LLM agents and automation systems.
Installation
make dev-composeEnvironment Variables
- HOST_PORT
- HOST_ADDRESS
Security Notes
The server's code does not contain 'eval', hardcoded secrets, or obvious malicious patterns. It relies on well-known public search engines (DuckDuckGo, Wikipedia, GitHub Public API) which inherently have rate-limiting. The default bind address of '0.0.0.0' for the HTTP server means it is accessible from any network interface; users should be aware of this and use `HOST_ADDRESS` to restrict access if exposing it to an untrusted network.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
Crawleo-MCP
Provides AI assistants with real-time web search and crawling capabilities via the Model Context Protocol (MCP).
mcp-server-requests
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content, including saving to files.
webintel-mcp
The WebIntel MCP server provides intelligent web search and content retrieval tools, including general web search, video search, web content fetching with pagination, YouTube transcription, and Reddit post/comment fetching, designed for AI assistants.