← Back to Plugins
MCP Server MCP

io.github.yokingma/one-search-mcp

github By github 👁 3 views ▲ 0 votes

Web search, URL discovery, scraping & extraction with agent-browser and search providers

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "one-search-mcp",
      "version": "1.2.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Search provider to use (searxng, duckduckgo, bing, tavily, google, zhipu, exa, bocha, ydc, local)",
          "format": "string",
          "name": "SEARCH_PROVIDER"
        },
        {
          "description": "API URL for SearXNG (required if using searxng provider), or Google Custom Search Engine ID for google",
          "format": "string",
          "name": "SEARCH_API_URL"
        },
        {
          "description": "API key for search provider (required for tavily, bing, google, zhipu, exa, bocha)",
          "format": "string",
          "isSecret": true,
          "name": "SEARCH_API_KEY"
        },
        {
          "description": "You.com API key for ydc provider",
          "format": "string",
          "isSecret": true,
          "name": "YDC_API_KEY"
        },
        {
          "description": "Allow browser-backed tools to access private, loopback, and link-local network targets when set to true",
          "format": "boolean",
          "name": "ALLOW_PRIVATE_NETWORK"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...