Skip to content
Cursor

iFlow Search for Cursor

io.github.zhengyanglsun/iflow-search

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

client:Cursor transport:stdio runtime:npm

Install iFlow Search in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "iflow-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@iflow-ai/search-mcp"
      ],
      "env": {
        "IFLOW_API_KEY": "<IFLOW_API_KEY>",
        "IFLOW_MCP_CLIENT": "<IFLOW_MCP_CLIENT>",
        "IFLOW_MCP_CLIENT_VERSION": "<IFLOW_MCP_CLIENT_VERSION>",
        "IFLOW_BASE_URL": "<IFLOW_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

iFlow Search in other clients