Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

@Jhzhu89/ Server Web Search

БесплатноНе проверен

Enables web search via Azure OpenAI Responses API with the web_search_preview tool, returning results with citations.

GitHubEmbed

Описание

Enables web search via Azure OpenAI Responses API with the web_search_preview tool, returning results with citations.

README

MCP Server for web search via Azure OpenAI Responses API with web_search_preview tool.

Installation

Prerequisites

  • Bun runtime installed

Claude Code (Recommended)

# Install globally (available in all projects)
claude mcp add web-search bunx @jhzhu89/mcp-server-web-search \
  -s user \
  -e AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com \
  -e AZURE_OPENAI_DEPLOYMENT=gpt-5-mini

# Or install for current project only (default)
claude mcp add web-search bunx @jhzhu89/mcp-server-web-search \
  -e AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com \
  -e AZURE_OPENAI_DEPLOYMENT=gpt-5-mini

Manual Configuration

Add to your .mcp.json:

{
  "mcpServers": {
    "web-search": {
      "type": "stdio",
      "command": "bunx",
      "args": ["@jhzhu89/mcp-server-web-search"],
      "env": {
        "AZURE_OPENAI_ENDPOINT": "https://your-resource.openai.azure.com",
        "AZURE_OPENAI_DEPLOYMENT": "gpt-5-mini"
      }
    }
  }
}

Environment Variables

Variable Required Default Description
AZURE_OPENAI_ENDPOINT - Azure OpenAI endpoint URL
AZURE_OPENAI_DEPLOYMENT gpt-5-mini Deployment name
AZURE_OPENAI_API_VERSION 2025-03-01-preview API version

Authentication

This server uses DefaultAzureCredential for Azure authentication. Supported methods:

  1. Azure CLI (local development): Run az login before starting
  2. Environment variables: Set AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET
  3. Managed Identity: Works automatically in Azure environments

Tool: web_search

Search the web for real-time information with source citations.

Input

Parameter Type Required Description
query string Search query
search_context_size "low" | "medium" | "high" Amount of context (default: "medium")
user_location object {type, city, country, region, timezone} for localized results

Output (structuredContent)

{
  "results": [
    {
      "query": "original search query",
      "text": "Answer text with inline [citations](url)...",
      "citations": [
        {
          "title": "Source Title",
          "url": "https://example.com",
          "start_index": 0,
          "end_index": 100
        }
      ]
    }
  ]
}

Development

# Clone and install
bun install

# Run locally
export AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com
az login
bun run start

# Run with HTTP transport
bun run start:http

# Test
bun test

License

MIT

from github.com/jhzhu89/mcp-server-web-search

Установить @Jhzhu89/ Server Web Search в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install jhzhu89-mcp-server-web-search

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add jhzhu89-mcp-server-web-search -- npx -y @jhzhu89/mcp-server-web-search

FAQ

@Jhzhu89/ Server Web Search MCP бесплатный?

Да, @Jhzhu89/ Server Web Search MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для @Jhzhu89/ Server Web Search?

Нет, @Jhzhu89/ Server Web Search работает без API-ключей и переменных окружения.

@Jhzhu89/ Server Web Search — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить @Jhzhu89/ Server Web Search в Claude Desktop, Claude Code или Cursor?

Открой @Jhzhu89/ Server Web Search на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare @Jhzhu89/ Server Web Search with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai