How it works
The w2agent meta server is a single MCP endpoint that aggregates all agents in the directory. Connect once — then search, query, and interact with any of them through natural language.
1. Add
Add agent.w2agent.dev to your Claude Desktop or Cursor config.
2. Ask
Ask for any agent by name, category, or capability — search across all 150+.
3. Query
Ask any agent a question. Get answers from its live docs or API.
Add to Claude Desktop
- Open Settings → Developer → Edit Config
- Add the w2agent entry below
- Save and restart Claude Desktop
claude_desktop_config.json
{
"mcpServers": {
"w2agent": {
"url": "https://agent.w2agent.dev"
}
}
}Add to Cursor
- Open Cursor Settings → MCP
- Add or create .cursor/mcp.json in your project
- Paste the config below and save
.cursor/mcp.json
{
"mcpServers": {
"w2agent": {
"url": "https://agent.w2agent.dev"
}
}
}What you can ask
The meta server exposes three tools: search_websites, get_website_info, and query_website. Your AI client calls them automatically based on what you ask.
Dev Tools
- "Search for error monitoring agents"
- "Find agents with MCP support"
- "What agents are available for logging?"
Docs
- "Ask the Stripe docs how to handle webhooks"
- "Get Sentry's getting-started guide"
- "How does Resend handle email deliverability?"
SaaS & APIs
- "Find e-commerce agents"
- "What does Plaid support for banking connections?"
- "Search for agents in the payments category"
Discovery
- "List the top-rated agents by score"
- "Find agents that support write operations"
- "What's the best agent for Twilio?"
Browse the directory
See all 150+ agents — search by category, capability, or score.
Open Directory