Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ailist": {
"args": [
"-y",
"ailist-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
"List my project on AiList" — one sentence to your AI agent and your project is discoverable by thousands of AI coding assistants.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'ailist-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked ailist-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in search / ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for io.github.hifriendbot/ailist-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
"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.
Add to your .mcp.json:
{
"mcpServers": {
"ailist": {
"command": "npx",
"args": ["-y", "ailist-mcp"]
}
}
}
claude mcp add ailist -- npx -y ailist-mcp
{
"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/
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.
| 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.
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 pageGet full details for a specific project by slug.
get_project(slug: "cogmemai-mcp")
Parameters:
slug (string, required) — The project's URL slugList all project categories with counts.
list_categories()
No parameters.
Discover trending Ai projects this week, sorted by star velocity.
get_trending(limit: 10)
Parameters:
limit (int, default 20, max 50) — Number of resultsGet directory-wide statistics.
get_stats()
No parameters. Returns total projects, added this week, category breakdowns.
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 name