1. Conduid
  2. Developer Tools
  3. Flow
MCP server · Developer Tools

Flow

MCP Flow is a visual interface for discovering, managing, and installing Model Context Protocol (MCP) servers from GitHub. The application uses React Flow for the visual interface and integrates with the MCP SDK for server management.

Unclaimed last commit 8 months ago social
50Fair

Scored just now · breakdown

About Flow

Flow is an MCP server published by wwh0411 in the Developer Tools category: mCP Flow is a visual interface for discovering, managing, and installing Model Context Protocol (MCP) servers from GitHub. The application uses React Flow for the visual interface and integrates with the MCP SDK for server management. It has been installed 0 times through Conduid.

The repository has 22 stars and 1 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-flow
Claude Code
claude mcp add flow -- npx -y @outblock/flow-mcp
npx
npx -y @outblock/flow-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Flow

Powered by Claude · Grounded in docs

I know everything about Flow. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP-Flow

Facilitating LLM Agents to Master Real-World, Diverse and Scaling MCP Tools

📄 Paper Url

🗓️ News

  • 🎉 Apr 6, 2026 — We are happy to announce that MCP-Flow has been accepted to the Main Conference of ACL 2026!
  • 🧠 Oct 28, 2025 — MCP-Flow is released on arXiv.
  • 🛠️ Nov 10, 2025 — We open-source all the server configurations and tool information!
  • 🛠️ Nov 28, 2025 — We open-source all the instruction-function call pairs and the testsets for evaluation inluding in-domain and OOD settings! The dataset is available at HuggingFace

📝 Introduction

MCP-Flow is an automated web-agent-driven pipeline for large-scale server discovery, data synthesis, and model training in the Model Context Protocol (MCP) ecosystem.

🌐 Key Features

  • 🤖 Automated server collection from 6 major MCP marketplaces

  • 📊 Extensive tool coverage: 1,166 real-world servers, 11,536 tools, and 68K+ instruction–function call pairs

  • 🧩 Scale & diversity far beyond previous benchmarks

📂 Datasets

Category Path Description
🧠 Function calls & trajectories ./data/function_call/ & ./data/trajectory/ Example data; full datasets are released on HuggingFace
⚙️ MCP configurations ./data/mcp_config/ Configuration files for discovered servers
🧰 Tool information ./data/tools/ Tool descriptions and schema definitions
💻 Source code ./src/ Core scripts for server deployment
📲 Testset ./test_data on HuggingFace Including in-domain and out-of-domain evaluation settings

🛠️ Installation

git clone https://github.com/<your-org>/MCP-Flow.git
cd MCP-Flow
pip install -r requirements.txt

🧾 Citation

If you find MCP-Flow useful in your research, please consider citing:

@misc{wang2025mcpflowfacilitatingllmagents,
      title={MCP-Flow: Facilitating LLM Agents to Master Real-World, Diverse and Scaling MCP Tools}, 
      author={Wenhao Wang and Peizhi Niu and Zhao Xu and Zhaoyu Chen and Jian Du and Yaxin Du and Xianghe Pang and Keduan Huang and Yanfeng Wang and Qiang Yan and Siheng Chen},
      year={2025},
      eprint={2510.24284},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2510.24284}, 
}

📧 Contact

If you have any questions or encounter issues, feel free to open an issue or reach out to the authors directly:

📮 Email: 12321254@zju.edu.cn
💬 WeChat:

README mirrored from the source repository just now. The original is authoritative.

Questions

About Flow

How do I install Flow?

Run npx mcp-flow, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Flow safe to use with an AI agent?

Its trust score is 50 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Flow still maintained?

The last commit was 8 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.