A2asearch
FreeMaintainedMCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills from the A2ASearch directory. Ask Claude: "Find MCP servers for database access".
About
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills from the A2ASearch directory. Ask Claude: "Find MCP servers for database access".
README
10,752 AI agents, MCP servers, CLI tools and agent skills — searchable in seconds from Claude, Cursor, or any MCP client.
npm version npm downloads License: MIT a2asearch-mcp MCP server
The only unified search engine for the AI agent ecosystem. One package. Every major MCP server, CLI tool, coding agent, and agent skill — indexed and searchable.
npx a2asearch-mcp -- playwright
# → Finds playwright MCP server, CLI tools, related agents
Why A2ASearch?
The MCP/agent ecosystem is exploding. There are now thousands of tools across GitHub, npm, and various registries — and no single place to find them. A2ASearch indexes them all:
| What you're looking for | A2ASearch has it |
|---|---|
| MCP servers for Claude/Cursor | ✅ 2,000+ indexed |
| CLI tools for LLM workflows | ✅ |
| AI coding agents (Codex, Claude Code, etc.) | ✅ |
| Agent skills & plugins | ✅ |
| A2A protocol agents | ✅ |
No auth needed. No API key. Free.
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
Cline / Continue / OpenClaw
Same format — add to your MCP config file:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
MCP Tools
search_agents
Search across the full directory by keyword.
"Find MCP servers for browser automation"
"Search for AI agents that can do web research"
"Find CLI tools for working with LLMs"
get_agent
Get full details for a specific agent including README, capabilities, stars.
"Get details for playwright"
"Tell me about claude-code"
"Show me the mem0 agent"
list_agents
Browse top agents by type and sort order.
"List the top MCP servers by stars"
"Show me the newest AI coding agents"
"What are the top agent skills?"
Example Prompts
Once installed, ask your AI assistant:
"Search for MCP servers that can help me work with databases"
"What are the most popular AI coding agents right now?"
"Find agent skills for web browsing"
"Is there an MCP server for Notion?"
"Get full details on the ollama agent"
CLI Usage
Don't need the MCP server? Use the CLI directly:
# Install globally
npm install -g a2asearch-mcp
# Search by keyword
a2asearch playwright
a2asearch "web scraping"
a2asearch database
# Filter by type
a2asearch --type mcp database
a2asearch --type skill web-browsing
a2asearch --type cli llm
a2asearch --type agent coding
# Top agents by stars
a2asearch --type mcp --top
a2asearch --type agent --top
# Get full details
a2asearch --get ollama
a2asearch --get playwright
# Newest additions
a2asearch --new
Or without installing:
npx a2asearch-mcp -- playwright
npx a2asearch-mcp -- --type mcp database
npx a2asearch-mcp -- --get ollama
Agent Types
| Type | --type flag |
Description |
|---|---|---|
| MCP Server | mcp |
Model Context Protocol servers |
| CLI Tool | cli |
Terminal tools for LLM workflows |
| AI Coding Agent | agent |
Autonomous coding agents |
| Agent Skill | skill |
Plugins and skills for AI assistants |
| A2A Agent | a2a |
Agent-to-Agent protocol agents |
| AI Tool | tool |
General AI-powered tools |
REST API
The MCP server wraps the free A2ASearch REST API. Use it directly if you prefer:
# Search
curl "https://a2asearch.ai/api/v1/agents?q=playwright"
# Get by slug
curl "https://a2asearch.ai/api/v1/agent/playwright"
# List by type
curl "https://a2asearch.ai/api/v1/agents?type=MCP+Server&sort=stars"
No authentication required.
Submit a Tool
Know a tool that's missing? Submit it →
The index is community-maintained. Submissions are reviewed and added within 24–48 hours.
Links
- 🌐 a2asearch.ai — browse the full directory
- 📦 npm
- 🐛 Issues
License
MIT
Install A2asearch in Claude Desktop, Claude Code & Cursor
unyly install a2asearch-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add a2asearch-mcp -- npx -y a2asearch-mcpStep-by-step: how to install A2asearch
FAQ
Is A2asearch MCP free?
Yes, A2asearch MCP is free — one-click install via Unyly at no cost.
Does A2asearch need an API key?
No, A2asearch runs without API keys or environment variables.
Is A2asearch hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install A2asearch in Claude Desktop, Claude Code or Cursor?
Open A2asearch on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Changes
Versions and requested access over time.
- New version published
- New version published
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare A2asearch with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
