npm ailist-mcpstdioMITupdated 6mo ago
"List my project on AiList" — one sentence to your AI agent and your project is discoverable by thousands of AI coding assistants.
ailist mcp 能做什么?
AiList MCP Server
"List my project on AiList" — one sentence to your AI agent and your project is discoverable by thousands of AI coding assistants.
AiList MCP connects Claude Code to a curated directory of Ai projects. Search MCP servers, CLI tools, libraries, and APIs — or submit your own project without leaving your terminal.
Quick Setup
Option 1: npx (no install needed)
Add to your .mcp.json:
{
"mcpServers": {
"ailist": {
"command": "npx",
"args": ["-y", "ailist-mcp"]
}
}
}
Option 2: Claude Code CLI
claude mcp add ailist -- npx -y ailist-mcp
Option 3: With API key (for submitting projects)
{
"mcpServers": {
"ailist": {
"command": "npx",
"args": ["-y", "ailist-mcp"],
"env": {
"AILIST_API_KEY": "your-api-key-here"
}
}
}
}
Get your free API key at hifriendbot.com/ai-list/submit/
What Can Your Agent Do?
List your project — Tell your agent "list my project on AiList" and it reads your repo, fills in the details, and submits. Your project goes live in minutes after auto-review.
Discover tools — Your agent searches the directory to find the right MCP server, library, or CLI tool for the job. No more browsing — just ask.
See what's trending — Find out what Ai projects are gaining traction this week, sorted by star velocity.
Environment Variables
| Variable | Required | Description |
|---|---|---|
AILIST_API_KEY |
No | API key for submitting projects. Get one free at hifriendbot.com/ai-list/submit/ |
AILIST_API_URL |
No | Override API base URL (defaults to hifriendbot.com) |
No API key is needed for searching and browsing. All read operations are free and unauthenticated.
Available Tools
search_projects
Search and browse Ai projects. Supports filtering by category and sorting.
search_projects(query: "mcp server", category: "mcp-server", sort: "stars")
Parameters:
query(string, optional) — Search querycategory(string, optional) — Filter: mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, otherbuilt_with(string, optional) — Filter by technology (e.g. "Claude Code", "Cursor")sort(string, default "stars") — Sort by: stars, trending, newest, name, viewspage(int, default 1) — Page numberper_page(int, default 24, max 100) — Results per page
get_project
Get full details for a specific project by slug.
get_project(slug: "cogmemai-mcp")
Parameters:
slug(string, required) — The project's URL slug
list_categories
List all project categories with counts.
list_categories()
No parameters.
get_trending
Discover trending Ai projects this week, sorted by star velocity.
get_trending(limit: 10)
Parameters:
limit(int, default 20, max 50) — Number of results
get_stats
Get directory-wide statistics.
get_stats()
No parameters. Returns total projects, added this week, category breakdowns.
submit_project
Submit your project to the directory. Requires AILIST_API_KEY.
submit_project(
name: "My Tool",
tagline: "Does something cool",
url: "https://example.com",
category: "cli-tool"
)
Parameters:
name(string, required) — Project nametagline(string, optional) — Short descriptiondescription(string, optional) — Full description (markdown)url(string, optional) — Homepage URLgithub_url(string, optional) — GitHub repo URLnpm_package(string, optional) — npm package namepypi_package(string, optional) — PyPI package namecategory(string, optional) — Project categorytags(string, optional) — Comma-separated tagsbuilt_with(string, optional) — Technologies usedcreator_name(string, optional) — Creator namecreator_url(string, optional) — Creator URL
Examples
List your project:
"Hey Claude, list my project on AiList"
Your agent reads your repo and calls submit_project with the right details.
Find MCP servers:
search_projects(query: "memory", category: "mcp-server")
See what's trending:
get_trending(limit: 5)
Browse by technology:
search_projects(built_with: "Claude Code", sort: "stars")
About AiList
AiList is a curated directory of Ai projects. Every listing gets its own SEO-indexed page, and the REST API is 100% public — making your project discoverable by both humans and AI agents.
License
MIT
安装
把 ailist mcp 添加到你的客户端。选择你正在使用的那个。
claude mcp add ailist-mcp -- npx -y ailist-mcpcodex mcp add ailist-mcp -- npx -y ailist-mcpamp mcp add ailist-mcp -- npx -y ailist-mcp{
"mcpServers": {
"ailist-mcp": {
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ailist-mcp": {
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ailist-mcp","command":"npx","args":["-y","ailist-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ailist-mcp": {
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ailist-mcp": {
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ailist-mcp": {
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ailist-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"ailist-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ailist-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y ailist-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档25/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 179 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.3最新 | 2026年2月23日 |