Loading languages...
WE

websearch-mcp

@mnhlt15

[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.

web search
search
ai assistant

# mcpServer Config

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

# stdio

npx websearch-mcp
Transport:
stdio
言語:
JavaScript
作成日:3/24/2025
更新日:8/8/2025
ホームページ: