danielrosehill

List MCP Servers — Development skill for Claude Code

Development community

List all available MCP servers in the catalog, optionally filtered by category.

How to install List MCP Servers

Installs to ~/.claude/skills/danielrosehill-claude-rudder-list-mcp-servers/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-claude-rudder-list-mcp-servers && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Rudder/HEAD/commands/list-mcp-servers.md -o ~/.claude/skills/danielrosehill-claude-rudder-list-mcp-servers/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What List MCP Servers does


description: List all available MCP servers in the catalog, optionally filtered by category argument-hint: "[category filter, e.g. 'payments', 'databases', 'devops']"

Display the available MCP servers from the curated catalog. If the user provided a category filter via $ARGUMENTS, show only servers matching that category. Otherwise show the full catalog grouped by category.

Full Server Catalog

Development & Testing Tools

| Server | Transport | Auth | Command | |--------|-------

Alternatives in Development

  • MCP Builder — Guide for creating high-quality MCP servers to integrate external APIs and services 94.1k ★
  • Mempalace Help — Show comprehensive MemPalace help — available skills, MCP tools, CLI commands, hooks, and architecture 58.6k ★
  • MCP Python SDK — Python SDK for building MCP servers 22.3k ★

Full documentation available on GitHub

View Source Repository