Back to MCP Servers
Claude Skills
Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native.
aggregatorsagent
By K-Dense-AI
Installation
npx -y claude-skills-mcpConfiguration
{
"mcpServers": {
"claude-skills-mcp": {
"command": "npx",
"args": ["-y", "claude-skills-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes