Loading MCP server directory, please wait...
MCP server for iFlow Search web search, image search, and URL fetch tools.
npx @getmcp/cli add io.github.zhengyanglsun/iflow-searchRequires Node.js 18+. Community-contributed server. Review source before installing.
IFLOW_API_KEYBearer token for the iFlow Search API. Obtain one at https://platform.iflow.cn.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zhengyanglsun/iflow-search": {
"command": "npx",
"args": [
"-y",
"@iflow-ai/search-mcp"
],
"env": {
"IFLOW_API_KEY": "",
"IFLOW_MCP_CLIENT": "",
"IFLOW_MCP_CLIENT_VERSION": "",
"IFLOW_BASE_URL": ""
}
}
}
}