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) — 1ページあたりの結果数
get_project
スラッグで特定のプロジェクトの詳細を取得します。
get_project(slug: "cogmemai-mcp")パラメータ:
slug(string, required) — プロジェクトのURLスラッグ
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