SkillAgentSearch skills...

list-mcp

Curated awesome-lists accessible via CLI and MCP server

Install / Use

claude mcp add jmerelnyc -- npx -y github:jmerelnyc/list-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

55/100

Supported Platforms

Claude Code
Claude Desktop

list-mcp

Curated awesome-lists accessible via CLI and MCP server

install

npm install -g list-mcp

usage

CLI

# List available awesome lists
list-mcp browse

# Search for a specific topic
list-mcp search rust

# Get a specific list
list-mcp get awesome-rust

# Show details for a list item
list-mcp show awesome-rust actix-web

MCP Server

Add to your MCP client configuration:

{
  "mcpServers": {
    "list-mcp": {
      "command": "npx",
      "args": ["list-mcp", "serve"]
    }
  }
}

Use the tools in your MCP client:

// Available tools:
// - search_lists: Find lists by keyword
// - get_list: Retrieve a specific awesome list
// - browse_categories: List all available categories

const result = await use_mcp_tool("list-mcp", "search_lists", {
  query: "machine-learning"
});

license

MIT

<!-- fix nit --> <!-- fix todo -->

Related Skills

View on GitHub
GitHub Stars3
CategoryDevelopment
Updated4mo ago
Forks0

Languages

TypeScript

Security Score

73/100

Audited on May 1, 2026

1 medium2 low1 info