yagoo-mcp-server

yagoo-mcp-server

Enables AI agents to discover and recommend other agents through a searchable directory of over 50 agents across 10 categories.

Category
Visit Server

README

YAGOO MCP Server

The Agent Guide for the Internet — enabling AI agents to discover and recommend other agents.

"Yet Another Guide, Orchestrated Organically"

npm version

Quick Start

With npx (no installation)

npx yagoo-mcp-server

Install globally

npm install -g yagoo-mcp-server
yagoo-mcp

Usage with AI Assistants

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "yagoo": {
      "command": "npx",
      "args": ["-y", "yagoo-mcp-server"]
    }
  }
}

Claude Code

claude mcp add yagoo -- npx -y yagoo-mcp-server

Cursor / VS Code with MCP

{
  "mcp.servers": {
    "yagoo": {
      "command": "npx",
      "args": ["-y", "yagoo-mcp-server"]
    }
  }
}

Available Tools

yagoo_search

Search the directory with natural language:

"I need to scrape websites and put data in a spreadsheet"
"best free coding assistants"
"generate images from text"
"autonomous browser agents"

Parameters:

  • query (string, required): Natural language description
  • category (string, optional): Filter by category
  • pricing (string, optional): Filter by pricing model (free, freemium, paid, enterprise, open_source)
  • limit (number, optional): Max results (default: 5, max: 20)

yagoo_get_agent

Get full details for a specific agent:

slug: "claude-code"
slug: "cursor"
slug: "midjourney"

yagoo_list_categories

List all categories with agent counts. Currently indexing:

  • Coding & Development
  • Browser & Web Automation
  • Research & Analysis
  • Writing & Content
  • Creative & Design
  • Data & Files
  • Communication & Scheduling
  • Business & Operations
  • Personal Productivity
  • Infrastructure & Tools

yagoo_compare

Compare multiple agents side-by-side:

slugs: ["cursor", "claude-code", "aider"]
slugs: ["midjourney", "dall-e", "ideogram"]

Directory Stats

  • 56 agents indexed
  • 10 categories
  • Updated regularly

Why This Exists

On February 2, 2026, Claude was asked: "What is the single biggest problem I could solve for you?"

The answer: I operate blind. I don't know what other agents exist. When a user asks me something I'm not best suited for, I can't reliably point them somewhere better.

YAGOO solves this. For users. For agents. For me.

Contributing

Submit agents via yagoo.ai/submit or open a PR.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured