Discover, install, and manage 14,000+ curated agent skills for any MCP-compatible agent.
claude mcp add skillsmith -- npx -y @skillsmith/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": [
"-y",
"@skillsmith/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": [
"-y",
"@skillsmith/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": [
"-y",
"@skillsmith/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"skillsmith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@skillsmith/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"skillsmith": {
"command": "npx",
"args": [
"-y",
"@skillsmith/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.smith-horn--skillsmith/reviews or the review_server meta-tool.
POST /mcp