.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/camel-ai/camel
home/mcp-servers/camel-ai/camel
camel-ai avatar

camel

bycamel-ai· 1 MCP server

Stars

17k

Forks

2.0k

Category

AI Agents & MCP

View on GitHub

TL;DR

Communicative Agents for AI Society Study

How to install camel?

camel-ai/camel
$git clone https://github.com/camel-ai/camel

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install camel by running `git clone https://github.com/camel-ai/camel`, then use it for the current task and follow its documentation at https://github.com/camel-ai/camel.

Files · 1

View on GitHub
README.md
1<div align="center">
2 <a href="https://www.camel-ai.org/">
3 <img src="docs/images/banner.png" alt="Banner">
4 </a>
5</div>
6 
7</br>
8 
9<div align="center">
10 
11[![Documentation][docs-image]][docs-url]
12[![Discord][discord-image]][discord-url]
13[![X][x-image]][x-url]
14[![Reddit][reddit-image]][reddit-url]
15[![Wechat][wechat-image]][wechat-url]
16[![Hugging Face][huggingface-image]][huggingface-url]
17[![Star][star-image]][star-url]
18[![Package License][package-license-image]][package-license-url]
19[![PyPI Download][package-download-image]][package-download-url]
20[![][join-us-image]][join-us]
21 
22<a href="https://trendshift.io/repositories/649" target="_blank"><img src="https://trendshift.io/api/badge/repositories/649" alt="camel-ai/camel | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
23 
24[English](README.md) |
25[简体中文](README.zh.md) |
26[日本語](README.ja.md)
27 
28</div>
29 
30 
31<hr>
32 
33<div align="center">
34<h4 align="center">
35 
36[Community](https://github.com/camel-ai/camel#community) |
37[Installation](https://github.com/camel-ai/camel#installation) |
38[Examples](https://github.com/camel-ai/camel/tree/HEAD/examples) |
39[Paper](https://arxiv.org/abs/2303.17760) |
40[Citation](https://github.com/camel-ai/camel#citation) |
41[Contributing](https://github.com/camel-ai/camel#contributing-to-camel-) |
42[CAMEL-AI](https://www.camel-ai.org/)
43 
44</h4>
45 
46<p style="line-height: 1.5; text-align: center;"> 🐫 CAMEL is an open-source community dedicated to finding the scaling laws of agents. We believe that studying these agents on a large scale offers valuable insights into their behaviors, capabilities, and potential risks. To facilitate research in this field, we implement and support various types of agents, tasks, prompts, models, and simulated environments.</p>
47 
48 
49<br>
50 
51 
52Join us ([*Discord*](https://discord.camel-ai.org/) or [*WeChat*](https://ghli.org/camel/wechat.png)) in pushing the boundaries of finding the scaling laws of agents.
53 
54🌟 Star CAMEL on GitHub and be instantly notified of new releases.
55 
56</div>
57 
58<div align="center">
59 <img src="docs/images/stars.gif" alt="Star">
60 </a>
61</div>
62 
63<br>
64 
65[![][image-join-us]][join-us]
66 
67<details>
68<summary><kbd>Table of contents</kbd></summary>
69 
70<br/>
71 
72- [CAMEL Framework Design Principles](#camel-framework-design-principles)
73- [Why Use CAMEL for Your Research?](#why-use-camel-for-your-research)
74- [What Can You Build With CAMEL?](#what-can-you-build-with-camel)
75 - [Data Generation](#1-data-generation)
76 - [Task Automation](#2-task-automation)
77 - [World Simulation](#3-world-simulation)
78- [Quick Start](#quick-start)
79 - [Starting with ChatAgent](#starting-with-chatagent)
80 - [Seeking Help](#seeking-help)
81- [Tech Stack](#tech-stack)
82- [Research](#research)
83- [Synthetic Datasets](#synthetic-datasets)
84- [Cookbooks (Usecases)](#cookbooks-usecases)
85 - [Basic Concepts](#1-basic-concepts)
86 - [Advanced Features](#2-advanced-features)
87 - [Model Training & Data Generation](#3-model-training--data-generation)
88 - [Multi-Agent Systems & Applications](#4-multi-agent-systems--applications)
89 - [Data Processing](#5-data-processing)
90- [Real-World Usecases](#real-world-usecases)
91- [🧱 Built with CAMEL (Real-world Producs & Research)](#-built-with-camel-real-world-producs--research)
92 - [Research Projects](#research-projects)
93 - [Product Projects](#product-projects)
94- [🗓️ Events](#️-events)
95- [Contributing to CAMEL](#contributing-to-camel)
96- [Community & Contact](#community--contact)
97- [Citation](#citation)
98- [Acknowledgment](#acknowledgment)
99- [License](#license)
100 
101####
102 
103<br/>
104 
105</details>
106 
107 
108## CAMEL Framework Design Principles
109 
110<h3>🧬 Evolvability</h3 >
111 
112The framework enables multi-agent systems to continuously evolve by generating data and interacting with environments. This evolution can be driven by reinforcement learning with verifiable rewards or supervised learning.
113 
114<h3>📈 Scalability</h3>
115 
116The framework is designed to support systems with millions of agents, ensuring efficient coordination, communication, and resource

Preview

camel-ai/camelcamel-ai/camel
Repocamel-ai/camel
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseApache-2.0
First seenJul 26, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k