HomeSearch & Research › iFlow Search

iFlow Search

MCP server for iFlow Search web search, image search, and URL fetch tools.

TypeScript
★ 32 stars Last pushed 2026-06-06 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0)

npx -y @iflow-ai/search-mcp@0.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "iflow-search-js": {
      "command": "npx",
      "args": [
        "-y",
        "@iflow-ai/search-mcp@0.1.0"
      ],
      "env": {
        "IFLOW_API_KEY": "<YOUR_VALUE>",
        "IFLOW_MCP_CLIENT": "<YOUR_VALUE>",
        "IFLOW_MCP_CLIENT_VERSION": "<YOUR_VALUE>",
        "IFLOW_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • IFLOW_API_KEY required secret — Bearer token for the iFlow Search API. Obtain one at https://platform.iflow.cn.
  • IFLOW_MCP_CLIENT — Optional MCP client slug forwarded to iFlow as the IFlow-MCP-Client header. Matches /^[a-z0-9._-]{1,64}$/.
  • IFLOW_MCP_CLIENT_VERSION — Optional MCP client version forwarded to iFlow as the IFlow-MCP-Client-Version header. Only honored when IFLOW_MCP_CLIENT is also set.
  • IFLOW_BASE_URL — Optional override for the iFlow Search API base URL. Defaults to https://platform.iflow.cn.

Related servers

Data from the Official MCP Registry