MCP Directory
Back

MassGen

by massgen · Python · ★ 1,068

🚀 MassGen is an open-source multi-agent scaling system that runs in your terminal, autonomously orchestrating frontier models and agents to collaborate, reason, and produce high-quality results. | Join us on Discord: discord.massgen.ai

#agent#agentic-ai#autonomous-agents#cli#collaborative-ai#conversational-ai#genai#generative-ai#llm#llm-orchestration#model-context-protocol#multi-agent#python#terminal-ui#test-time-scaling#tool-calling

Install

pip install git+https://github.com/massgen/MassGen.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "massgen": {
      "command": "uvx",
      "args": [
        "git+https://github.com/massgen/MassGen.git"
      ]
    }
  }
}

From the README

[](https://pypi.org/project/massgen/) [](https://docs.massgen.ai) [](https://github.com/Leezekun/MassGen) [](https://www.python.org/downloads/) [](LICENSE) [](https://x.massgen.ai) [](https://www.linkedin.com/company/massgen-ai) [](https://discord.massgen.ai) 🚀 MassGen: Multi-Agent Scaling System for GenAI MassGen is a cutting-edge multi-agent system that leverages the power of collaborative AI to solve complex tasks. Scaling AI with collaborative, continuously improving agents (4x speed) MassGen is a cutting-edge multi-agent framework that coordinates AI agents to solve…
Read full README on GitHub →

Related communication servers