microsoft

Web Research MCP Server

Community microsoft
Updated

Uses the web to research a given topic.

Web Research MCP Server

Uses the web to research a given topic.

This is a Model Context Protocol (MCP) server project.

Setup and Installation

Simply run:

make

To create the virtual environment and install dependencies.

Running the Server

Use the VSCode launch configuration, or run manually:

Defaults to stdio transport:

uv run mcp-server-web-research

For SSE transport:

uv run mcp-server-web-research --transport sse --port 6060

The SSE URL is:

http://127.0.0.1:45567/sse

Client Configuration

To use this MCP server in your setup, consider the following configuration:

Stdio

{
  "mcpServers": {
    "mcp-server-web-research": {
      "command": "uv",
      "args": ["run", "-m", "mcp_server_web_research.start"]
    }
  }
}

SSE

{
  "mcpServers": {
    "mcp-server-web-research": {
      "command": "http://127.0.0.1:6060/sse",
      "args": []
    }
  }
}

MCP Server ยท Populars

MCP Server ยท New

    wallneradam

    Claude Auto-Approve MCP

    An MCP server to inject auto-approve MCP functionality into Claude Desktop

    Community wallneradam
    YV17labs

    ghostdesk

    Give any AI agent a full desktop โ€” it sees the screen, clicks, types, and runs apps like a human. Automate anything with a UI: browsers, legacy software, internal tools. No API needed. One Docker command.

    Community YV17labs
    remotebrowser

    mcp

    Free your data

    Community remotebrowser
    Decodo

    Decodo MCP Server

    The Decodo MCP server which enables MCP clients to interface with services.

    Community Decodo
    kuberstar

    Qartez MCP

    Semantic code intelligence MCP server for Claude Code - project maps, symbol search, impact analysis, and more

    Community kuberstar