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"
      }
    }
  }
}

hifriendbot.com/ai-list/submit/ 获取你的免费 API 密钥。

你的智能体可以做什么?

列出你的项目 — 告诉你的智能体"在 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 (字符串,可选) — 搜索查询

  • category (字符串,可选) — 筛选:mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, other

  • built_with (字符串,可选) — 按技术筛选(例如 "Claude Code", "Cursor")

  • sort (字符串,默认 "stars") — 排序方式:stars, trending, newest, name, views

  • page (整数,默认 1) — 页码

  • per_page (整数,默认 24,最大 100) — 每页结果数

get_project

通过 slug 获取特定项目的完整详细信息。

get_project(slug: "cogmemai-mcp")

参数:

  • slug (字符串,必填) — 项目的 URL slug

list_categories

列出所有项目类别及其数量。

list_categories()

无参数。

get_trending

发现本周热门 AI 项目,按星标增速排序。

get_trending(limit: 10)

参数:

  • limit (整数,默认 20,最大 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 (字符串,必填) — 项目名称

  • tagline (字符串,可选) — 简短描述

  • description (字符串,可选) — 完整描述(markdown)

  • url (字符串,可选) — 主页 URL

  • github_url (字符串,可选) — GitHub 仓库 URL

  • npm_package (字符串,可选) — npm 包名

  • pypi_package (字符串,可选) — PyPI 包名

  • category (字符串,可选) — 项目类别

  • tags (字符串,可选) — 逗号分隔的标签

  • built_with (字符串,可选) — 使用的技术

  • creator_name (字符串,可选) — 创建者名称

  • creator_url (字符串,可选) — 创建者 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