← Back to browse

iFlow Search

Indexed by io.github.zhengyanglsun

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsIFLOW_API_KEY IFLOW_MCP_CLIENT IFLOW_MCP_CLIENT_VERSION IFLOW_BASE_URL
Claude Code
claude mcp add --env IFLOW_API_KEY= --env IFLOW_MCP_CLIENT= --env IFLOW_MCP_CLIENT_VERSION= --env IFLOW_BASE_URL= iflow-search -- npx @iflow-ai/search-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"iflow-search","command":"npx","args":["@iflow-ai/search-mcp"],"env":{"IFLOW_API_KEY":"","IFLOW_MCP_CLIENT":"","IFLOW_MCP_CLIENT_VERSION":"","IFLOW_BASE_URL":""}}'
JSON
{
  "mcpServers": {
    "iflow-search": {
      "command": "npx",
      "args": [
        "@iflow-ai/search-mcp"
      ],
      "env": {
        "IFLOW_API_KEY": "",
        "IFLOW_MCP_CLIENT": "",
        "IFLOW_MCP_CLIENT_VERSION": "",
        "IFLOW_BASE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.