pinkpixel-dev/agentskills-mcp
FastMCP server for discovering and installing agent skills from large curated GitHub skill collections.
Platform-specific configuration:
{
"mcpServers": {
"agentskills-mcp": {
"command": "npx",
"args": [
"-y",
"agentskills-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
pinkpixel-agentskills-mcp is a stdio MCP server for discovering, reading, and downloading agent skills from curated GitHub repositories.
GitHub: https://github.com/pinkpixel-dev/agentskills-mcp
It is built for a practical workflow:
This server exists because a large skill library is only useful if an agent can actually find the right skill quickly.
With more than 1,600 collected skills spread across curated repositories, manual browsing becomes slow and noisy. This MCP server gives agents a direct way to search those collections, inspect likely matches, and install the right skill when it is needed.
Skills are genuinely useful when they are easy to discover and apply in context. The goal here is to make a large curated skill archive feel usable instead of overwhelming.
github_skills_list_repositoriesgithub_skills_search_skillsgithub_skills_get_skillgithub_skills_install_skillgithub_skills_suggest_skill_scaffoldExample user request:
Can you use the pinkpixel-agentskills-mcp tools and find skills for Rust development?Example result:
skills-collection-2:rust-pro and skills-collection-2:rust-async-patterns.This is especially helpful when a broad keyword search would otherwise return noisy matches, such as rust appearing inside trust.
Run from PyPI with uvx:
uvx pinkpixel-agentskills-mcpIf your e
Loading reviews...