Home › Search & Research › iFlow Search
iFlow Search
MCP server for iFlow Search web search, image search, and URL fetch tools.
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/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"iflow-search-js": {
"command": "npx",
"args": [
"-y",
"@iflow-ai/[email protected]"
],
"env": {
"IFLOW_API_KEY": "<YOUR_VALUE>",
"IFLOW_MCP_CLIENT": "<YOUR_VALUE>",
"IFLOW_MCP_CLIENT_VERSION": "<YOUR_VALUE>",
"IFLOW_BASE_URL": "<YOUR_VALUE>"
}
}
}
}
IFLOW_API_KEYrequired 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
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
wigolo
Local-first web intelligence MCP server for AI coding agents
Zotero MCP
Search, read, annotate, and add to your Zotero research library, local or web.
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
Data from the Official MCP Registry