AI Company Team OS
Multi-agent team operating system for Claude Code. 108 MCP tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. Persistent teams, structured meetings, task wall, real-time React dashboard. No LangChain/AutoGen — pure CC native integr
What is AI Company Team OS?
AI Company Team OS is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to multi-agent team operating system for claude code. 108 mcp tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. persistent teams, structured meetings, task wall, real-time react dashb...
Multi-agent team operating system for Claude Code. 108 MCP tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. Persistent teams, structured meetings, task wall, real-time React dashboard. No LangChain/AutoGen — pure CC native integr
This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Multi-agent team operating system for Claude Code. 108 MCP t
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx ai-companyConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use AI Company Team OS
AI Company Team OS is a multi-agent operating system for Claude Code that installs as a plugin and provides 107 MCP tools across 22 modules for creating and orchestrating persistent AI agent teams. It includes 40+ agent templates, structured meeting formats, a task wall, pipeline workflows, lifecycle hooks, and an optional real-time React dashboard — all built natively on top of Claude Code without LangChain or AutoGen. Development teams use it to define specialized agent roles (frontend dev, QA engineer, architect), coordinate them through structured workflows, and maintain persistent team state across sessions.
Prerequisites
- Python 3.11+ installed
- uv package manager installed (pip install uv)
- Claude Code installed and running with MCP support
- Node.js 20+ (optional, required only for the React dashboard)
- Git installed for the clone-based installation path
Install via Claude Code plugin marketplace (recommended)
The plugin marketplace install is the recommended path. It handles all dependencies and registers the MCP server automatically.
pip install uv
claude plugin marketplace add CronusL-1141/AI-company
claude plugin install ai-team-osAlternative: install from PyPI
Install the ai-team-os package from PyPI and run the setup script to register it with Claude Code.
pip install ai-team-os
python -m aiteam.scripts.installAlternative: manual clone install
Clone the repository and run the interactive install script for full control over the setup.
git clone https://github.com/CronusL-1141/AI-company.git
cd AI-company
python install.pyConfigure environment variables
Copy the .env.example file to .env and fill in any required values. The FastAPI backend auto-discovers an available port and writes it to api_port.txt for MCP consumption.
cp .env.example .env
# Edit .env with your settingsVerify the installation
Check that the FastAPI backend is running and healthy. Claude Code should now show the AI Team OS tools in its MCP tool list.
curl http://localhost:8000/api/healthAI Company Team OS Examples
Client configuration
If configuring manually, add this to your claude_desktop_config.json. For plugin-based installs this is done automatically by the install script.
{
"mcpServers": {
"ai-team-os": {
"command": "python",
"args": ["-m", "aiteam.mcp_server"],
"env": {}
}
}
}Prompts to try
Example Claude Code prompts that leverage the team creation, task orchestration, and pipeline tools.
- "Create a web development team with a frontend dev, backend dev, and QA engineer"
- "Run a team briefing for the current sprint"
- "Create a task to implement user authentication and assign it to the backend agent"
- "Start the development pipeline for the new feature branch"
- "Hold a team debate on whether to use REST or GraphQL for the new API"
- "Search team memory for previous decisions about the database schema"Troubleshooting AI Company Team OS
Plugin install fails or claude plugin command is not found
Ensure Claude Code is up to date and that the 'claude' CLI is on your PATH. Try the PyPI install path ('pip install ai-team-os && python -m aiteam.scripts.install') as an alternative if the plugin marketplace command is unavailable.
FastAPI backend does not start or health check returns connection refused
Run 'python -m aiteam.mcp_server' manually in a terminal to see startup errors. Ensure Python 3.11+ is active and all dependencies installed with 'pip install ai-team-os'. Check api_port.txt to see which port the server chose if 8000 is already in use.
MCP tools are not visible in Claude Code after install
Restart Claude Code after installation to reload the MCP server list. If tools are still missing, check ~/.claude/plugins/data/ for the ai-team-os plugin directory and verify the .mcp.json configuration file was created correctly by the install script.
Frequently Asked Questions about AI Company Team OS
What is AI Company Team OS?
AI Company Team OS is a Model Context Protocol (MCP) server that multi-agent team operating system for claude code. 108 mcp tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. persistent teams, structured meetings, task wall, real-time react dashboard. no langchain/autogen — pure cc native integr It connects AI assistants to external tools and data sources through a standardized interface.
How do I install AI Company Team OS?
Follow the installation instructions on the AI Company Team OS GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with AI Company Team OS?
AI Company Team OS works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is AI Company Team OS free to use?
Yes, AI Company Team OS is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
AI Company Team OS Alternatives — Similar Coding Agents Servers
Looking for alternatives to AI Company Team OS? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
Browse More Coding Agents MCP Servers
Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up AI Company Team OS in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use AI Company Team OS?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.