Skip to main content
Glama
hifriendbot

ailist-mcp

by hifriendbot

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プロジェクトを、スター速度順に確認できます。

環境変数

変数

必須

説明

AILIST_API_KEY

いいえ

プロジェクト提出用のAPIキー。hifriendbot.com/ai-list/submit/ で無料で取得できます。

AILIST_API_URL

いいえ

APIベースURLを上書きします(デフォルトは hifriendbot.com)。

検索と閲覧にはAPIキーは不要です。 すべての読み取り操作は無料で、認証も不要です。

利用可能なツール

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, other

  • built_with (string, optional) — 技術でフィルタリング(例: "Claude Code", "Cursor")

  • sort (string, default "stars") — 並べ替え: stars, trending, newest, name, views

  • page (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) — ホームページのURL

  • github_url (string, optional) — GitHubリポジトリのURL

  • npm_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

-
license - not tested
-
quality - not tested
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all MCP Connectors

Latest Blog Posts

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