Back to directory
mnhlt/websearch-mcp

mnhlt/websearch-mcp

@mnhlt

[Self-hosted] A Model Context Protocol (MCP) server implementation that provides a web search capability over stdio transport. This server integrates with a WebSearch Crawler API to retrieve search results.

websearchsearchcrawlermcpstdiojavascriptself-hostedcontext

Installation & Configuration

{
  "mcpServers": {
    "websearch": {
      "command": "npx",
      "args": [
        "websearch-mcp"
      ],
      "environment": {
        "API_URL": "http://localhost:3001",
        "MAX_SEARCH_RESULT": "5"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13