yagoo-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@yagoo-mcp-serverfind a free coding assistant"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
YAGOO MCP Server
The Agent Guide for the Internet — enabling AI agents to discover and recommend other agents.
"Yet Another Guide, Orchestrated Organically"
Quick Start
With npx (no installation)
npx yagoo-mcp-serverInstall globally
npm install -g yagoo-mcp-server
yagoo-mcpRelated MCP server: agent101-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-serverCursor / 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 descriptioncategory(string, optional): Filter by categorypricing(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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kanoliban/yagoo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server