mcpbeat Sign in

Ailist MCP Server

local only

Ailist MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 5 Mar 2026.

MCP server for AiList — search and discover Ai projects from Claude Code

Installs per day peak 22 · avg 7 · +30% w/w
a month agotoday
35
Installs / week
npm · ailist-mcp
1
Stars
1 open issues
5 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Ailist MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ailist-mcp -- npx -y ailist-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ailist-mcp": {
      "args": [
        "-y",
        "ailist-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ailist-mcp]
command = "npx"
args = ["-y", "ailist-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ailist-mcp": {
      "args": [
        "-y",
        "ailist-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ailist-mcp": {
      "args": [
        "-y",
        "ailist-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ailist MCP

same job, measured the same way
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only
C
LLMnesia
by llmnesia

Search your AI chat history from Claude, Cursor, Codex, and other MCP clients.

214 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Memex
by dioniipereyraa

One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.

120 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only

Ailist MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ailist MCP?
Ailist MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ailist-mcp was installed 35 times last week.
How do I connect Ailist MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ailist-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ailist MCP?
The npm package ailist-mcp was installed 35 times in the last week. Week over week that is +30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ailist MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.