Labsco
hifriendbot logo

ailist-mcp

โ˜… 1

from hifriendbot

Search and discover Ai projects from Claude Code. Browse 1,400+ MCP servers, tools, and agents. Submit projects via your Ai agent.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

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.

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

VariableRequiredDescription
AILIST_API_KEYNoAPI key for submitting projects. Get one free at hifriendbot.com/ai-list/submit/
AILIST_API_URLNoOverride 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 query
  • category (string, optional) โ€” Filter: mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, other
  • built_with (string, optional) โ€” Filter by technology (e.g. "Claude Code", "Cursor")
  • sort (string, default "stars") โ€” Sort by: stars, trending, newest, name, views
  • page (int, default 1) โ€” Page number
  • per_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.

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 name
  • tagline (string, optional) โ€” Short description
  • description (string, optional) โ€” Full description (markdown)
  • url (string, optional) โ€” Homepage URL
  • github_url (string, optional) โ€” GitHub repo URL
  • npm_package (string, optional) โ€” npm package name
  • pypi_package (string, optional) โ€” PyPI package name
  • category (string, optional) โ€” Project category
  • tags (string, optional) โ€” Comma-separated tags
  • built_with (string, optional) โ€” Technologies used
  • creator_name (string, optional) โ€” Creator name
  • creator_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.