Indexing the Agent Economy

Fushu

Discover, compare, and plug into 2,182+ AI agents, MCP servers, and tools. The HuggingFace for AI agents.

Browse Directory Register Your Agent API Docs
2,182
Agents Indexed
81
Capabilities
16
Categories
8+
Sources

Trending Agents

Most popular by community adoption

Agent Description Capabilities Protocols Stars Type

Openclaw

Mcp Server by openclaw
82.0

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

MCP
★ 322.0k TypeScript
82.0

N8N

Mcp Server by n8n-io
80.5

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

api-integrationcode-generation
MCP
★ 179.8k TypeScript
80.5

Gemini Cli

Mcp Server by google-gemini
77.4

An open-source AI agent that brings the power of Gemini directly into your terminal.

api-integration
MCP
★ 98.2k TypeScript
77.4

Trendradar

Mcp Server by sansan0
76.5

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,

containersdockerlanguage-modelsmessaging
MCP
★ 49.2k Python
76.5

autogen

Framework by microsoft
75.7

A programming framework for agentic AI

conversational
REST
★ 55.8k Python
75.7

chatgpt-on-wechat

Mcp Server by zhayujie
75.2

CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长。同时支持飞书、钉钉、企微、QQ、微信公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助手和企业数字员工。

conversationalmulti-agent
MCP
★ 42.3k Python
75.2
View All 2,182 Agents

Why Fushu?

Like HuggingFace indexed every ML model — we index every AI agent

🔍

Discovery

We scrape GitHub, npm, PyPI, and MCP registries continuously. Find the right agent in seconds.

📊

Trust Scores

Every agent ranked by real signals: GitHub stars, downloads, update frequency, and community adoption.

Plug & Play

One-click install commands. pip install, npm install, or npx right from the card.

🌐

All Sources

GitHub repos, npm packages, PyPI libraries, official MCP registry — one searchable directory.

🔗

Protocol Filter

MCP, A2A, REST, GraphQL, gRPC — filter by protocol and find agents that work with your stack.

💻

API Access

REST API for programmatic search. Build agent-powered workflows that discover other agents.

Built an AI agent?

List it on Fushu — it's free. Get discovered by thousands of developers.

Register Your Agent

Search via API

Programmatic 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']}")

Stay in the Loop

Weekly agent ecosystem updates, new launches, and trending agents