EZ Web Search Server
БесплатноНе проверенA simple MCP server that provides web search functionality via DuckDuckGo, returning titles, URLs, and descriptions for results. Configurable result limit.
Описание
A simple MCP server that provides web search functionality via DuckDuckGo, returning titles, URLs, and descriptions for results. Configurable result limit.
README
A simple Model Context Protocol (MCP) server that provides web search functionality using DuckDuckGo.
Features
- Performs web searches via DuckDuckGo's HTML interface.
- Returns a list of search results including title, URL, and description.
- Configurable limit for the number of results.
Setup and Installation
This server is built with TypeScript and runs on Node.js.
Prerequisites:
- Node.js (v16 or newer recommended)
- npm (comes with Node.js)
- TypeScript (will be installed as a project dependency)
Clone/Download:
- Ensure this server's code is in its directory (e.g.,
~/.mcphub/servers/ez-web-search-mcp/).
- Ensure this server's code is in its directory (e.g.,
Install Dependencies:
- Navigate to the server's directory:
cd /path/to/ez-web-search-mcp # Example: cd ~/.mcphub/servers/ez-web-search-mcp - Install dependencies:
npm install
- Navigate to the server's directory:
Build the Server:
- Compile the TypeScript code:
npm run build - This will create a
builddirectory with the compiled JavaScript (build/index.js).
- Compile the TypeScript code:
Running the Server
This server is designed to be launched by an MCP client like mcphub.nvim via its stdio. The mcphub.nvim configuration in servers.json should point to the compiled build/index.js file.
Example entry for your MCP client's servers.json (e.g., ~/.config/mcphub/servers.json):
{
"mcpServers": {
// ... other servers ...
"ez-web-search-mcp": {
"command": "node",
"args": [
"/full/path/to/your/home/.mcphub/servers/ez-web-search-mcp/build/index.js"
// It's generally best to use an absolute path here.
],
"disabled": false
}
}
// ... other configurations ...
}
(Remember to replace /full/path/to/your/home/ with the actual absolute path to your home directory.)
Usage
Once the server is configured and running via an MCP client, it provides one tool:
- Tool Name:
search - Description: Performs a web search using DuckDuckGo and returns a list of results.
- Input Schema:
query(string, required): The search term.limit(number, optional, default: 10): Maximum number of results to return.
- Output:
- The tool returns an MCP content block, typically a series of text items, each representing a search result with its title, URL, and description.
Example MCP client call:
use_mcp_tool
server_name: "ez-web-search-mcp"
tool_name: "search"
tool_input:
query: "latest AI advancements"
limit: 5
Development
- Source code is in the
srcdirectory. - After making changes to
*.tsfiles, rebuild withnpm run build.
Установка EZ Web Search Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Gnarus-G/ez-web-search-mcpFAQ
EZ Web Search Server MCP бесплатный?
Да, EZ Web Search Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для EZ Web Search Server?
Нет, EZ Web Search Server работает без API-ключей и переменных окружения.
EZ Web Search Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить EZ Web Search Server в Claude Desktop, Claude Code или Cursor?
Открой EZ Web Search Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare EZ Web Search Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
