Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mcpcatalogs

БесплатноНе проверен

Enables AI assistants to search, compare, and get detailed information about MCP servers from the mcpcatalogs.com directory.

GitHubEmbed

Описание

Enables AI assistants to search, compare, and get detailed information about MCP servers from the mcpcatalogs.com directory.

README

npm MIT License

An MCP server that lets your AI assistant query mcpcatalogs.com — the independent bilingual directory of MCP servers — directly inside the chat. Search, compare, top-list, and dive into full server details without leaving your IDE or Claude Desktop.

The directory tracks 1,900+ MCP servers, refreshed daily with composite scores combining AI evaluation, GitHub signals, and real-world Smithery usage.

Tools

Tool What it does
search_mcp_servers Free-text search by topic, optional category narrowing
get_server_detail Full record: install, FAQ, "when to choose / when NOT", alternatives
compare_servers Side-by-side comparison between two servers (stars, usage, score, decision-guide)
list_top Ranked list by composite quality / GitHub stars / real Smithery usage

All four return clean markdown — drop-in citation source for LLM answers.

Install

Claude Desktop

Edit your Claude Desktop config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Add:

{
  "mcpServers": {
    "mcpcatalogs": {
      "command": "npx",
      "args": ["-y", "mcpcatalogs"]
    }
  }
}

Restart Claude Desktop. You should see four new tools in the tools menu.

Cursor

In Cursor → Settings → Features → MCP:

{
  "mcpcatalogs": {
    "command": "npx",
    "args": ["-y", "mcpcatalogs"]
  }
}

Cline / Continue / other MCP-aware clients

Same shape — point the client at npx -y mcpcatalogs.

Direct HTTP (no install)

If your client supports remote MCP servers over HTTP:

{
  "mcpServers": {
    "mcpcatalogs": {
      "url": "https://mcpcatalogs.com/mcp"
    }
  }
}

Try it

After installing, ask your AI assistant things like:

  • "Search the MCP directory for a Postgres server and rank by real usage."
  • "Compare modelcontextprotocol-server-postgres and supabase-supabase-mcp."
  • "What's the top browser-automation MCP server right now?"
  • "Show me the full detail for antvis-mcp-server-chart, including when I should NOT choose it."

Data freshness

The directory refreshes daily from GitHub + Smithery. Each tool call hits a live database, so you always get the latest score, last-commit date, and usage numbers.

Local development

git clone https://github.com/mcpcatalogs/mcpcatalogs
cd mcpcatalogs
npm install
npm run build
node dist/index.js

To point at a custom backend (e.g. a fork), set environment variables:

export MCPCATALOGS_SUPABASE_URL=https://your-project.supabase.co
export MCPCATALOGS_SUPABASE_ANON_KEY=your-anon-key

Contributing

Bug reports and PRs welcome. The directory itself (scraping, scoring, AI evaluation) lives in a separate private repo — this package is just the MCP-protocol interface to it.

License

MIT. See LICENSE.

from github.com/mcpcatalogs/mcpcatalogs

Установить Mcpcatalogs в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcpcatalogs

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add mcpcatalogs -- npx -y mcpcatalogs

FAQ

Mcpcatalogs MCP бесплатный?

Да, Mcpcatalogs MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mcpcatalogs?

Нет, Mcpcatalogs работает без API-ключей и переменных окружения.

Mcpcatalogs — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Mcpcatalogs в Claude Desktop, Claude Code или Cursor?

Открой Mcpcatalogs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mcpcatalogs with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai