{
  "markdown": "# A2ASearch MCP Server\n\n> **10,752 AI agents, MCP servers, CLI tools and agent skills** — searchable in seconds from Claude, Cursor, or any MCP client.\n\n[![npm version](https://img.shields.io/npm/v/a2asearch-mcp)](https://www.npmjs.com/package/a2asearch-mcp)\n[![npm downloads](https://img.shields.io/npm/dw/a2asearch-mcp)](https://www.npmjs.com/package/a2asearch-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![a2asearch-mcp MCP server](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp/badges/score.svg)](https://glama.ai/mcp/servers/tadas-github/a2asearch-mcp)\n\nThe 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.\n\n```bash\nnpx a2asearch-mcp -- playwright\n# → Finds playwright MCP server, CLI tools, related agents\n```\n\n---\n\n## Why A2ASearch?\n\nThe 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:\n\n| What you're looking for | A2ASearch has it |\n|------------------------|-----------------|\n| MCP servers for Claude/Cursor | ✅ 2,000+ indexed |\n| CLI tools for LLM workflows | ✅ |\n| AI coding agents (Codex, Claude Code, etc.) | ✅ |\n| Agent skills & plugins | ✅ |\n| A2A protocol agents | ✅ |\n\nNo auth needed. No API key. Free.\n\n---\n\n## Installation\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"a2asearch\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"a2asearch-mcp\"]\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"a2asearch\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"a2asearch-mcp\"]\n    }\n  }\n}\n```\n\n### Windsurf\n\nAdd to `~/.codeium/windsurf/mcp_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"a2asearch\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"a2asearch-mcp\"]\n    }\n  }\n}\n```\n\n### Cline / Continue / OpenClaw\n\nSame format — add to your MCP config file:\n\n```json\n{\n  \"mcpServers\": {\n    \"a2asearch\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"a2asearch-mcp\"]\n    }\n  }\n}\n```\n\n---\n\n## MCP Tools\n\n### `search_agents`\nSearch across the full directory by keyword.\n\n```\n\"Find MCP servers for browser automation\"\n\"Search for AI agents that can do web research\"\n\"Find CLI tools for working with LLMs\"\n```\n\n### `get_agent`\nGet full details for a specific agent including README, capabilities, stars.\n\n```\n\"Get details for playwright\"\n\"Tell me about claude-code\"\n\"Show me the mem0 agent\"\n```\n\n### `list_agents`\nBrowse top agents by type and sort order.\n\n```\n\"List the top MCP servers by stars\"\n\"Show me the newest AI coding agents\"\n\"What are the top agent skills?\"\n```\n\n---\n\n## Example Prompts\n\nOnce installed, ask your AI assistant:\n\n> \"Search for MCP servers that can help me work with databases\"\n\n> \"What are the most popular AI coding agents right now?\"\n\n> \"Find agent skills for web browsing\"\n\n> \"Is there an MCP server for Notion?\"\n\n> \"Get full details on the ollama agent\"\n\n---\n\n## CLI Usage\n\nDon't need the MCP server? Use the CLI directly:\n\n```bash\n# Install globally\nnpm install -g a2asearch-mcp\n\n# Search by keyword\na2asearch playwright\na2asearch \"web scraping\"\na2asearch database\n\n# Filter by type\na2asearch --type mcp database\na2asearch --type skill web-browsing\na2asearch --type cli llm\na2asearch --type agent coding\n\n# Top agents by stars\na2asearch --type mcp --top\na2asearch --type agent --top\n\n# Get full details\na2asearch --get ollama\na2asearch --get playwright\n\n# Newest additions\na2asearch --new\n```\n\nOr without installing:\n\n```bash\nnpx a2asearch-mcp -- playwright\nnpx a2asearch-mcp -- --type mcp database\nnpx a2asearch-mcp -- --get ollama\n```\n\n---\n\n## Agent Types\n\n| Type | `--type` flag | Description |\n|------|--------------|-------------|\n| MCP Server | `mcp` | Model Context Protocol servers |\n| CLI Tool | `cli` | Terminal tools for LLM workflows |\n| AI Coding Agent | `agent` | Autonomous coding agents |\n| Agent Skill | `skill` | Plugins and skills for AI assistants |\n| A2A Agent | `a2a` | Agent-to-Agent protocol agents |\n| AI Tool | `tool` | General AI-powered tools |\n\n---\n\n## REST API\n\nThe MCP server wraps the free [A2ASearch REST API](https://a2asearch.ai/api-docs). Use it directly if you prefer:\n\n```bash\n# Search\ncurl \"https://a2asearch.ai/api/v1/agents?q=playwright\"\n\n# Get by slug\ncurl \"https://a2asearch.ai/api/v1/agent/playwright\"\n\n# List by type\ncurl \"https://a2asearch.ai/api/v1/agents?type=MCP+Server&sort=stars\"\n```\n\nNo authentication required.\n\n---\n\n## Submit a Tool\n\nKnow a tool that's missing? **[Submit it →](https://a2asearch.ai)**\n\nThe index is community-maintained. Submissions are reviewed and added within 24–48 hours.\n\n---\n\n## Links\n\n- 🌐 [a2asearch.ai](https://a2asearch.ai) — browse the full directory\n- 📦 [npm](https://www.npmjs.com/package/a2asearch-mcp)\n- 🐛 [Issues](https://github.com/tadas-github/a2asearch-mcp/issues)\n\n---\n\n## License\n\nMIT\n",
  "bytes": 5056,
  "sha": "beeadb3397dca07e403b5e6de588d789cb491ea07854fbf8c2f9cb473c003a1d",
  "repo_slug": "tadas-github/a2asearch-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tadas_github_a2asearch_mcp_b057492d/readme"
}