WebSearch-MCP
If you are the rightful owner of WebSearch-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
WebSearch-MCP is a Model Context Protocol server that provides web search capabilities to AI assistants that support MCP. It allows AI models like Claude to search the web in real-time, retrieving up-to-date information about any topic.
WebSearch-MCP is a server implementation of the Model Context Protocol (MCP) that enables web search capabilities over stdio transport. It integrates with a WebSearch Crawler API to fetch search results, allowing AI models to access real-time web data. The server is designed to work with AI assistants that support MCP, such as Claude, providing them with the ability to perform web searches and retrieve current information on various topics. The server communicates with the Crawler API, which handles the actual web searches, and uses the standardized MCP to interact with AI clients.
Features
- Real-time web search capabilities for AI models
- Integration with WebSearch Crawler API for search results
- Configurable via environment variables for API URL and search result limits
- Supports multiple platforms including Claude Desktop and Cursor IDE
- Customizable crawler service setup using Docker Compose