Web Search MCP
Enables web search functionality using DuckDuckGo's HTML interface to query the web and retrieve search results with URLs, titles, and snippets.
Uses Mozilla Readability library to extract clean, readable content from web pages, removing clutter and formatting for better text extraction.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Web Search MCPsearch for recent developments in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Web Search MCP
Minimal MCP server that can search the web and extract readable page content, similar to Cursor's built-in web context.
Features
search_web: Query the web (DuckDuckGo HTML) and return result URLs and titles
fetch_page: Fetch any URL and extract readable content using Mozilla Readability + JSDOM
Requirements
Node.js 20+ (recommended: 20.18.1+)
Install
npm installRun (stdio)
npm startInstall globally
npm i -g @guhcostan/web-search-mcpThen reference the binary web-search-mcp.
Integrate with Cursor (MCP)
Add to your Cursor MCP settings:
{
"mcpServers": {
"web-search-mcp": { "command": "web-search-mcp" }
}
}Alternatively, without global install, use npx:
{
"mcpServers": {
"web-search-mcp": {
"command": "npx",
"args": ["-y", "@guhcostan/web-search-mcp@latest"]
}
}
}Tools
search_web
input:
query(string, required)limit(number, optional, 1–10, default 5)
output: array of
{ url: string; title?: string; snippet?: string }
fetch_page
input:
url(string URL, required)
output:
{ url: string; title?: string; content: string }
Development
Type-check, lint and tests:
npm run checkRun individually:
npm run build
npm run lint
npm testNotes
Web search uses DuckDuckGo HTML; results may vary and are HTML-scraped (no API key required)
Be mindful of target site terms of use and robots policies when fetching pages
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityCmaintenanceEnables web searching through DuckDuckGo and fetching content from webpages. Provides search capabilities with configurable result limits and webpage content extraction for AI assistants.Last updated
- AlicenseBqualityDmaintenanceEnables web search through DuckDuckGo and webpage content fetching with intelligent text extraction. Features built-in rate limiting and LLM-optimized result formatting for seamless integration with language models.Last updated62MIT
- Alicense-qualityDmaintenanceEnables AI assistants to read webpages and perform web searches using DuckDuckGo.Last updatedMIT
- Alicense-qualityCmaintenanceEnables web search using Bing and DuckDuckGo combined, and fetching readable content from web pages, with no API key required.Last updated91MIT
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.
Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/guhcostan/web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server