Odel
iFlow Search

iFlow Search

Local
@zhengyanglsun32TypeScriptMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@iflow-ai/search-mcpv0.1.0

Run

npx -y @iflow-ai/search-mcp

MCP client config

{
  "mcpServers": {
    "iflow-search": {
      "command": "npx",
      "args": [
        "-y",
        "@iflow-ai/search-mcp"
      ]
    }
  }
}