MCP.so
Sign In
M

Mcp Web Tools

@deadraid

About Mcp Web Tools

MCP (Model Context Protocol) server providing internet access tools. This server is categorized under "internet" and "web" to indicate its capability for online connectivity.

Basic information

Category

Other

Transports

stdio

Publisher

deadraid

Submitted by

Alex Hold

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "web-search": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-search-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Web Tools?

An MCP (Model Context Protocol) server that provides internet access tools, specifically web search via DuckDuckGo and web page content extraction.

How to use Mcp Web Tools?

Configure it in your AI editor’s MCP settings using the command npx -y mcp-search-server. See the editor-specific configuration file locations in the README.

Key features of Mcp Web Tools

  • Web search using DuckDuckGo
  • Fetch and extract web page content
  • Configurable search region and time filters
  • Adjustable result count and content length
  • Retry logic with configurable attempts and delay

Use cases of Mcp Web Tools

  • Perform internet searches from within an AI editor
  • Retrieve and summarize content from web pages
  • Integrate real-time web data into AI workflows
  • Automate research tasks requiring online access

FAQ from Mcp Web Tools

What tools does Mcp Web Tools provide?

Two tools: web_search for searching the web via DuckDuckGo and web_page for fetching and extracting web page content.

Which editors are supported?

Claude Desktop, Cursor, Claude Code, Windsurf, Cline, and Zed. The README lists the configuration file location for each.

What parameters does web_search accept?

query (required), maxResults, region, time, maxRetries, and retryDelay. Default max results is 10.

What parameters does web_page accept?

url (required), maxLength, includeImages, includeLinks, maxRetries, and retryDelay. Default max length is 8000.

Does Mcp Web Tools require internet access?

Yes. Both web_search and web_page require internet connectivity to function.

Comments

More Other MCP servers