AI & ML
Trust: 41/100 (Fair)Skillsmith Guide
MCP server for Claude Code skill discovery, installation, and management.
30 starsby smith-horn
Quick Start
Install
npx @skillsmith/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-smith-horn-skillsmith": {
"command": "npx",
"args": [
"@skillsmith/mcp-server"
]
}
}
}