Skillselion MCP server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Skillselion MCP serverSearch for Postgres skills for Claude Code"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Skillselion MCP server
An MCP server that lets your AI agent search Skillselion - a curated directory of Claude Code agent skills, MCP servers and plugin marketplaces, ranked by real community signal (installs + GitHub stars) - without leaving the editor.
Works with any MCP client: Claude Code, Claude Desktop, Cursor, Codex, and more.
Tools
Tool | What it does |
| Search the catalog by keyword/task (e.g. |
| List the most-installed entries (the leaderboard), optionally by type - "what are the best Claude Code skills/MCP servers right now". |
Read-only: the server only issues GET requests to the public Skillselion
catalog API. No auth, no writes, no secrets, no telemetry.
Related MCP server: clelp-mcp-server
Install
Claude Code
claude mcp add skillselion -- npx -y github:skillselion/skillselion-mcpClaude Desktop / Cursor (config)
{
"mcpServers": {
"skillselion": {
"command": "npx",
"args": ["-y", "github:skillselion/skillselion-mcp"]
}
}
}Once published to npm,
skillselion-mcp(without thegithub:prefix) will work too. For now thegithub:form runs straight from this repo - no build step.
Example
"Find me a trusted Postgres skill for Claude Code."
The agent calls search_skillselion({ query: "postgres", type: "skill" }) and
gets back the top ranked results with install commands.
Development
npm install
node index.js # speaks MCP over stdioLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skillselion/skillselion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server