web-search
Provides web search functionality through DuckDuckGo, allowing users to query the web and retrieve search results.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@web-searchsearch the web for top programming languages 2025"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP-сервер для поиска и просмотра веб-страниц
Этот сервер предоставляет LM Studio Bionic инструменты для поиска информации в интернете и просмотра содержимого веб-страниц.
Возможности
search_web(query, max_results)— поиск через DuckDuckGofetch_webpage(url, max_chars)— загрузка и извлечение текста страницыopen_url(url)— проверка доступности URL
Related MCP server: DuckDuckGo MCP Server
Установка
Убедитесь, что установлен Python 3.10+
Установите зависимости:
pip install -r requirements.txtЗапустите сервер:
python web_mcp_server.py
Настройка в LM Studio Bionic
В настройках LM Studio Bionic → MCP Servers добавьте сервер:
{
"mcpServers": {
"web-search": {
"command": "python",
"args": ["C:/Users/user/Downloads/python/web_mcp_server.py"],
"env": {}
}
}
}После подключения в чате можно использовать инструменты:
search_web("нейросети 2025")fetch_webpage("https://example.com")
Файлы
web_mcp_server.py— основной серверrequirements.txt— зависимости
This server cannot be deployed
Maintenance
Related MCP Connectors
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Search the agentic web. 4,100+ sites, 11 tools incl. check_url + verify_mcp for probe-before-use.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables web searching through DuckDuckGo and fetching content from webpages. Provides search capabilities with configurable result limits and webpage content extraction for AI assistants.-
- AlicenseBqualityDmaintenanceEnables web search through DuckDuckGo and webpage content fetching with intelligent text extraction. Features built-in rate limiting and LLM-optimized result formatting for seamless integration with language models.2MIT
- AlicenseBqualityDmaintenanceEnables web searching via DuckDuckGo and extracting readable content from any URL using Mozilla Readability, providing web context similar to Cursor's built-in functionality.265 npm4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read webpages and perform web searches using DuckDuckGo.MIT