web-search
Provides web search functionality through DuckDuckGo, allowing users to query the web and retrieve search results.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables 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.62MIT
- 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.21534MIT
- Alicense-qualityDmaintenanceEnables AI assistants to read webpages and perform web searches using DuckDuckGo.MIT
Related MCP Connectors
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MURKA05-gigant/MCP_LM_Studio_Bionic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server