Skip to main content
Glama

MCP-сервер для поиска и просмотра веб-страниц

Этот сервер предоставляет LM Studio Bionic инструменты для поиска информации в интернете и просмотра содержимого веб-страниц.

Возможности

  • search_web(query, max_results) — поиск через DuckDuckGo

  • fetch_webpage(url, max_chars) — загрузка и извлечение текста страницы

  • open_url(url) — проверка доступности URL

Related MCP server: DuckDuckGo MCP Server

Установка

  1. Убедитесь, что установлен Python 3.10+

  2. Установите зависимости:

    pip install -r requirements.txt
  3. Запустите сервер:

    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 — зависимости

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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