CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

A2asearch Mcp

tadas-github/a2asearch-mcp
17STDIOregistry active
Summary

Gives you instant search across 10,000+ AI agents, MCP servers, CLI tools, and agent skills directly from Claude, Cursor, or any MCP client. Exposes three tools: search_agents for keyword queries, get_agent for full details on specific tools including READMEs and GitHub stars, and list_agents for browsing top entries by type and popularity. Wraps the free A2ASearch REST API, so no auth needed. Reach for this when you're hunting for MCP servers, trying to find the right coding agent for a task, or checking what tools exist in the ecosystem without leaving your editor. Also works as a standalone CLI if you just need quick terminal lookups.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

A2ASearch MCP Server

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 forA2ASearch 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 flagDescription
MCP ServermcpModel Context Protocol servers
CLI ToolcliTerminal tools for LLM workflows
AI Coding AgentagentAutonomous coding agents
Agent SkillskillPlugins and skills for AI assistants
A2A Agenta2aAgent-to-Agent protocol agents
AI TooltoolGeneral 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Developer ToolsSearch & Web Crawling
Registryactive
Packagea2asearch-mcp
TransportSTDIO
UpdatedMar 26, 2026
View on GitHub

Related Developer Tools MCP Servers

View all →
Git Mcp Server

ray0907/git-mcp-server

MCP server for GitLab and GitHub
Git Mcp Server

cyanheads/git-mcp-server

Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more.
221
Atlassian Dc Mcp Bitbucket

io.github.b1ff/atlassian-dc-mcp-bitbucket

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
77
Atlassian Dc Mcp Jira

io.github.b1ff/atlassian-dc-mcp-jira

MCP server for Atlassian Jira Data Center - search, view, and create issues
77
Atlassian Jira

com.mcparmory/atlassian-jira

Create, search, and manage issues, projects, and team workflows
25
Vscode Terminal Mcp

sirlordt/vscode-terminal-mcp

Execute commands in visible VSCode terminal tabs with output capture and session reuse.
1