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.
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments