WebSearch-MCP
10
WebSearch-MCP is an MCP server providing real-time web search functionality to AI models. Through integration with a Crawler API, it enables AI assistants to retrieve real-time information from the web.
Overview
WebSearch-MCP
A Model Context Protocol (MCP) server that offers web search capabilities through stdio transport. It integrates with a WebSearch Crawler API to acquire up-to-date web search results. This server is particularly useful for AI assistants like Claude, enabling them to perform real-time searches and retrieve current information on various topics.
Features
- Real-time web search capabilities for AI models
- Seamless integration with MCP clients
- Customizable configuration via environment variables
Installation
- Install via Smithery for Claude Desktop or manually using npm.
Usage
Configure and use the MCP server to perform web searches with parameters like query, number of results, language, and more.
Setup & Integration
- Requires setting up a Crawler Service with Docker Compose
- Easily integrates with MCP Clients like Claude Desktop and Cursor IDE
Configuration
Configured using environment variables such as API_URL
and MAX_SEARCH_RESULT
.