Web Search MCP Server

by sam2332

Not rated
GitHub

About

Free web search using Google search results, no API key required.

Details

Author
sam2332
Categories
Search, Other, API

Setup

Install Web Search MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/sam2332/mcp-web-search

Follow the installation instructions in the repository README, then restart your MCP client.

A Model Context Protocol (MCP) server that enables free web searching using DuckDuckGo search results, with no API keys required.

- Search the web using DuckDuckGo search results
- No API keys or authentication required
- Returns structured results with titles, URLs, and descriptions
- Configurable number of results per search
- Clone or download this repository
- Install dependencies:
- Add the server to your MCP configuration:

{ "mcpServers": { "web-search": { "command": "node", "args": ["/path/to/web-search/build/index.js"] } } }
{ "mcpServers": { "web-search": { "command": "node", "args": ["/path/to/web-search/build/index.js"] } } }

The server provides a single tool namedsearchthat accepts the following parameters:

{ "query": string, // The search query "limit": number // Optional: Number of results to return (default: 5, max: 10) }
use_mcp_tool({ server_name: "web-search", tool_name: "search", arguments: { query: "your search query", limit: 3 // optional } })
[ { "title": "Example Search Result", "url": "https://example.com", "description": "Description of the search result..." } ]

Since this tool uses web scraping of Google search results, there are some important limitations to be aware of:
- Legal Considerations:

- This tool is intended for personal use
- Respect Google's terms of service

Feel free to submit issues and enhancement requests!

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Search the web using Kagi's search API

Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.

A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.

Perform web, news, and image searches using the Microsoft Bing Search API.

An MCP server for web and local search using the Brave Search API.

Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.

An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.

An MCP server for the Brave Search API, providing both web and local search capabilities.

Search for cocktail recipes using the cezzis.com API.

Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.