RUN IN TERMINAL
claude mcp add back1ply-agent-skill-loader -- npx -y agent-skill-loader
ADD TO claude_desktop_config.json
{
"mcpServers": {
"back1ply-agent-skill-loader": {
"command": "npx",
"args": ["-y", "agent-skill-loader"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"back1ply-agent-skill-loader": {
"command": "npx",
"args": ["-y", "agent-skill-loader"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"back1ply-agent-skill-loader": {
"command": "npx",
"args": ["-y", "agent-skill-loader"]
}
}
}
About This MCP Server
Dynamically load Claude Code skills into AI agents without copying files.. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with developer tools capabilities via the stdio transport.
Package
agent-skill-loader on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The agent-skill-loader server extends your AI assistant with developer tools capabilities. Once installed, your AI can use its tools automatically.