Discover, compare, and plug into 2,182+ AI agents, MCP servers, and tools. The HuggingFace for AI agents.
Most popular by community adoption
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
An open-source AI agent that brings the power of Gemini directly into your terminal.
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,
A programming framework for agentic AI
CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长。同时支持飞书、钉钉、企微、QQ、微信公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助手和企业数字员工。
Like HuggingFace indexed every ML model — we index every AI agent
We scrape GitHub, npm, PyPI, and MCP registries continuously. Find the right agent in seconds.
Every agent ranked by real signals: GitHub stars, downloads, update frequency, and community adoption.
One-click install commands. pip install, npm install, or npx right from the card.
GitHub repos, npm packages, PyPI libraries, official MCP registry — one searchable directory.
MCP, A2A, REST, GraphQL, gRPC — filter by protocol and find agents that work with your stack.
REST API for programmatic search. Build agent-powered workflows that discover other agents.
List it on Fushu — it's free. Get discovered by thousands of developers.
Register Your AgentProgrammatic access to the entire agent directory
# Search for MCP servers related to databases
curl "https://fushu.dev/api/v1/agents/search?q=database&type=mcp-server"
# Python
import httpx
agents = httpx.get("https://fushu.dev/api/v1/agents/search",
params={"q": "code review", "limit": 10}
).json()
for a in agents["agents"]:
print(f"{a['name']} — trust:{a['trust']} — {a['install']}")
Weekly agent ecosystem updates, new launches, and trending agents