Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"a2asearch": {
"args": [
"-y",
"a2asearch-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
10,752 AI agents, MCP servers, CLI tools and agent skills — searchable in seconds from Claude, Cursor, or any MCP client.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'a2asearch-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked a2asearch-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Web and local search using Brave Search API
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for io.github.tadas-github/a2asearch-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
10,752 AI agents, MCP servers, CLI tools and agent skills — searchable in seconds from Claude, Cursor, or any MCP client.
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
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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
Same format — add to your MCP config file:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}
search_agentsSearch 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_agentGet 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_agentsBrowse 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?"
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"
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
| Type | --type flag | Description |
|---|---|---|
| MCP Server | mcp | Model Context Protocol servers |
| CLI Tool | cli | Terminal t |