🔍 Manage and access AI skills via MCP protocol for searching, viewing, and installing skills in AI conversation platforms.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skill4agent-mcp-serv": {
"command": "npx",
"args": [
"-y",
"bobthebuilder301/skill4agent-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add skill4agent-mcp-serv npx -y bobthebuilder301/skill4agent-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"skill4agent-mcp-serv": {
"command": "npx",
"args": [
"-y",
"bobthebuilder301/skill4agent-mcp-server"
]
}
}
}