ailist-mcp
AiList MCP Server
"내 프로젝트를 AiList에 등록해줘" — AI 에이전트에게 한 문장만 말하면, 수천 명의 AI 코딩 어시스턴트가 여러분의 프로젝트를 발견할 수 있습니다.
AiList MCP는 Claude Code를 엄선된 AI 프로젝트 디렉토리에 연결합니다. 터미널을 떠나지 않고 MCP 서버, CLI 도구, 라이브러리, API를 검색하거나 여러분의 프로젝트를 제출할 수 있습니다.
빠른 시작
옵션 1: npx (설치 불필요)
.mcp.json에 추가하세요:
{
"mcpServers": {
"ailist": {
"command": "npx",
"args": ["-y", "ailist-mcp"]
}
}
}옵션 2: Claude Code CLI
claude mcp add ailist -- npx -y ailist-mcp옵션 3: API 키 사용 (프로젝트 제출용)
{
"mcpServers": {
"ailist": {
"command": "npx",
"args": ["-y", "ailist-mcp"],
"env": {
"AILIST_API_KEY": "your-api-key-here"
}
}
}
}무료 API 키는 hifriendbot.com/ai-list/submit/에서 받으세요.
에이전트는 무엇을 할 수 있나요?
프로젝트 등록 — 에이전트에게 "내 프로젝트를 AiList에 등록해줘"라고 말하면, 저장소를 읽고 세부 정보를 입력한 후 제출합니다. 자동 검토 후 몇 분 안에 여러분의 프로젝트가 공개됩니다.
도구 발견 — 에이전트가 디렉토리를 검색하여 작업에 맞는 MCP 서버, 라이브러리, 또는 CLI 도구를 찾아냅니다. 더 이상 브라우징할 필요 없이 그냥 물어보세요.
인기 트렌드 확인 — 이번 주에 주목받고 있는 AI 프로젝트를 스타 증가 속도 순으로 정렬하여 확인하세요.
환경 변수
변수 | 필수 | 설명 |
| 아니요 | 프로젝트 제출용 API 키. hifriendbot.com/ai-list/submit/에서 무료로 받으세요 |
| 아니요 | API 기본 URL 재정의 (기본값: hifriendbot.com) |
검색과 탐색에는 API 키가 필요 없습니다. 모든 읽기 작업은 무료이며 인증이 필요 없습니다.
사용 가능한 도구
search_projects
AI 프로젝트를 검색하고 탐색합니다. 카테고리 필터링과 정렬을 지원합니다.
search_projects(query: "mcp server", category: "mcp-server", sort: "stars")매개변수:
query(string, optional) — 검색어category(string, optional) — 필터: mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, otherbuilt_with(string, optional) — 기술 필터 (예: "Claude Code", "Cursor")sort(string, default "stars") — 정렬: stars, trending, newest, name, viewspage(int, default 1) — 페이지 번호per_page(int, default 24, max 100) — 페이지당 결과 수
get_project
slug로 특정 프로젝트의 전체 세부 정보를 가져옵니다.
get_project(slug: "cogmemai-mcp")매개변수:
slug(string, required) — 프로젝트의 URL slug
list_categories
모든 프로젝트 카테고리를 개수와 함께 나열합니다.
list_categories()매개변수 없음.
get_trending
이번 주 인기 있는 AI 프로젝트를 스타 증가 속도 순으로 확인합니다.
get_trending(limit: 10)매개변수:
limit(int, default 20, max 50) — 결과 수
get_stats
디렉토리 전체 통계를 가져옵니다.
get_stats()매개변수 없음. 총 프로젝트 수, 이번 주 추가된 프로젝트, 카테고리별 분류를 반환합니다.
submit_project
프로젝트를 디렉토리에 제출합니다. AILIST_API_KEY가 필요합니다.
submit_project(
name: "My Tool",
tagline: "Does something cool",
url: "https://example.com",
category: "cli-tool"
)매개변수:
name(string, required) — 프로젝트 이름tagline(string, optional) — 짧은 설명description(string, optional) — 전체 설명 (마크다운)url(string, optional) — 홈페이지 URLgithub_url(string, optional) — GitHub 저장소 URLnpm_package(string, optional) — npm 패키지 이름pypi_package(string, optional) — PyPI 패키지 이름category(string, optional) — 프로젝트 카테고리tags(string, optional) — 쉼표로 구분된 태그built_with(string, optional) — 사용된 기술creator_name(string, optional) — 제작자 이름creator_url(string, optional) — 제작자 URL
예시
프로젝트 등록:
"Hey Claude, list my project on AiList"에이전트가 저장소를 읽고 적절한 세부 정보와 함께 submit_project를 호출합니다.
MCP 서버 찾기:
search_projects(query: "memory", category: "mcp-server")인기 트렌드 확인:
get_trending(limit: 5)기술별 탐색:
search_projects(built_with: "Claude Code", sort: "stars")AiList 소개
AiList는 엄선된 AI 프로젝트 디렉토리입니다. 모든 등록 항목은 자체 SEO 색인 페이지를 가지며, REST API는 100% 공개되어 있어 인간과 AI 에이전트 모두가 여러분의 프로젝트를 발견할 수 있습니다.
라이선스
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.
Related MCP Connectors
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
An MCP server that gives your AI access to the source code and docs of all public github repos
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/hifriendbot/ailist-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server