Server Find
БесплатноНе проверенA discovery tool for AI agents to search, evaluate, and install MCP servers from multiple registries.
Описание
A discovery tool for AI agents to search, evaluate, and install MCP servers from multiple registries.
README
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery.
mcp-name: io.github.daedalus/mcp-server-find
Install
pip install mcp-server-find
MCP Server
mcp-server-find is an MCP server that helps AI agents discover, evaluate, and install other MCP servers. It aggregates data from:
- Official MCP Registry
- Glama (glama.ai)
- Smithery (registry.smithery.ai)
Claude Desktop
{
"mcpServers": {
"mcp-server-find": {
"command": "python",
"args": ["-m", "mcp_server_find"]
}
}
}
Usage
from mcp_server_find import search_servers, get_server_details, get_install_config
# Initialize database
from mcp_server_find.db import init_database
conn = init_database()
# Search for MCP servers
results = search_servers(conn, "postgres", 10)
# Get server details
detail = get_server_details(conn, "io.modelcontextprotocol/filesystem")
# Generate install config
config = get_install_config(conn, "io.modelcontextprotocol/filesystem", "claude-desktop")
MCP Tools
search_mcp_servers: Search for MCP servers by keywordget_server_details: Get detailed server informationget_install_config: Generate install config for a platformbrowse_categories: Browse MCP server categories
API
Core Functions
init_database(db_path?: str) -> sqlite3.Connection- Initialize SQLite with FTS5search_servers(conn, query, limit?, filters?) -> list[SearchResult]- Search MCP serversget_server_details(conn, name_or_slug) -> ServerDetail | None- Get detailed server infoget_install_config(conn, name_or_slug, platform) -> InstallConfig- Generate install configlist_categories(conn) -> list[Category]- List all categoriesget_servers_by_category(conn, category, limit?) -> list[dict]- Get servers in category
Development
git clone https://github.com/daedalus/mcp-server-find.git
cd mcp-server-find
pip install -e ".[test]"
# Run tests
pytest
# Format
ruff format src/ tests/
# Lint
ruff check src/ tests/
# Type check
mypy src/
Установить Server Find в Claude Desktop, Claude Code, Cursor
unyly install mcp-server-findСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-server-find -- uvx mcp-server-findFAQ
Server Find MCP бесплатный?
Да, Server Find MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Find?
Нет, Server Find работает без API-ключей и переменных окружения.
Server Find — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Server Find в Claude Desktop, Claude Code или Cursor?
Открой Server Find на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Server Find with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
