Ailist MCP
Rank #43,304io.github.hifriendbot/ailist-mcp
MCP server providing ailist-mcp capabilities
Ailist MCP is a Model Context Protocol (MCP) server published by hifriendbot. It ranks #43,304 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Ailist MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Feb 23, 2026.
Ranks ahead of 72,287 of 115,591 servers on MCP Toplist.
Use Ailist MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ailist-mcp -- npx -y ailist-mcp[mcp_servers.ailist-mcp]
command = "npx"
args = ["-y", "ailist-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ailist-mcp": {
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ailist-mcp": {
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ailist-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ailist-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"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"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hifriendbot%2Failist-mcp)<a href="https://mcptoplist.com/server/io.github.hifriendbot%2Failist-mcp"><img src="https://mcptoplist.com/badge/io.github.hifriendbot%2Failist-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
hifriendbot
Other servers by hifriendbot
View all hifriendbot servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.3 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ailist MCP?
- Ailist MCP is maintained by hifriendbot, which publishes 4 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Ailist MCP listed on the Official MCP Registry?
- Yes — Ailist MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Ailist MCP have?
- MCP Toplist tracks 2 versions of Ailist MCP, most recently published on Feb 23, 2026.
- Where can I find the source code for Ailist MCP?
- The source code for Ailist MCP is hosted at github.com/hifriendbot/ailist-mcp.