Agent Skills MCP
Enables discovery and installation of agent skills from curated GitHub repositories, allowing users to search large collections and inspect skill contents directly. It supports downloading skills locally and provides grounded scaffolds for creating new skills based on existing patterns.
README
Agent Skills MCP
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:
- search a large curated skill collection instead of searching all of GitHub
- inspect a matching skill directly from GitHub
- install a skill locally when the agent should actually use it
- suggest a grounded starter scaffold when there is not an exact match
Why This Exists
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.
What the server exposes
github_skills_list_repositoriesgithub_skills_search_skillsgithub_skills_get_skillgithub_skills_install_skillgithub_skills_suggest_skill_scaffold
Example Use
Example user request:
Can you use the pinkpixel-agentskills-mcp tools and find skills for Rust development?
Example result:
- The server searches the built-in skill indexes.
- It can identify strong matches like
skills-collection-2:rust-proandskills-collection-2:rust-async-patterns. - It can inspect those skill folders directly from GitHub before recommending them.
- It can then install the selected skill locally with the MCP install tool.
This is especially helpful when a broad keyword search would otherwise return noisy matches, such as rust appearing inside trust.
Quickstart
Run from PyPI with uvx:
uvx pinkpixel-agentskills-mcp
If your environment still prefers the explicit package-to-command form, this works too:
uvx --from pinkpixel-agentskills-mcp agentskills-mcp
Register it in Claude:
claude mcp add github-skills -- uvx pinkpixel-agentskills-mcp
With a GitHub token for better rate limits:
claude mcp add github-skills --env GITHUB_TOKEN=$GITHUB_TOKEN -- uvx pinkpixel-agentskills-mcp
Configuration
The server ships with these built-in default sources:
pinkpixel-dev/skills-collection-1pinkpixel-dev/skills-collection-2
That means the server works out of the box with no repos.json at all.
Users can add more repositories in either of these ways:
- Create
repos.jsonin the project root by copyingrepos.example.json - Or set
GITHUB_SKILLS_REPOSto a JSON array with the same schema
Each repo entry supports:
name: short alias used in skill slugsowner: GitHub owner or orgrepo: GitHub repo nameref: branch or tag to read fromroot: optional subdirectory that contains skillsgithub_token_env: optional environment variable holding a GitHub token
For public repositories, a GitHub token is optional. Users can run anonymously, or provide their own GITHUB_TOKEN for higher rate limits.
For private repositories, each user should provide their own token with the access they need. Do not ship your personal token with the server.
Default and custom source behavior
- By default, custom repos are added on top of the built-in two repos.
- If a custom repo uses the same
nameas a built-in repo, the custom one wins. - To disable the built-in repos entirely, set
GITHUB_SKILLS_REPLACE_DEFAULTS=true. - To disable built-in repos without replacement, set
GITHUB_SKILLS_INCLUDE_DEFAULTS=false.
Install
For local development:
uv sync
If a user wants to add more sources, they can create repos.json from the example:
cp repos.example.json repos.json
Local Run
This is a stdio server. To run it locally from the repo:
uv run agentskills-mcp
For a quick smoke test without leaving a hanging process:
timeout 5s uv run agentskills-mcp
Claude Registration
claude mcp add github-skills --env GITHUB_TOKEN=$GITHUB_TOKEN -- uv run agentskills-mcp
For public repos, users can also add the server without any token:
claude mcp add github-skills -- uv run agentskills-mcp
If you also want a default install target for downloaded skills:
claude mcp add github-skills \
--env GITHUB_TOKEN=$GITHUB_TOKEN \
--env GITHUB_SKILLS_INSTALL_ROOT=/absolute/path/to/skills \
-- uv run agentskills-mcp
PyPI and uvx
The published package name is pinkpixel-agentskills-mcp.
The server command is available as both:
pinkpixel-agentskills-mcpagentskills-mcp
That means the most convenient public install path is:
uvx pinkpixel-agentskills-mcp
If you ever hit an environment that does not pick the matching executable automatically, use:
uvx --from pinkpixel-agentskills-mcp agentskills-mcp
For release steps, see PUBLISHING.md.
Notes
- This server uses
stdio, not HTTP/SSE transport. - Skill discovery is currently based on finding
SKILL.mdfiles in configured repos. - Built-in defaults make the server usable immediately, while optional config lets users extend the source list.
- Search ranking is intentionally simple for the first version and can be upgraded later with repo-specific metadata or embeddings.
- The scaffold tool is meant to help another agent create a new skill grounded in existing examples; it does not replace a full generation pipeline by itself.
- Public-repo access works without credentials; tokens are an optional per-user enhancement, not a baked-in server secret.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。