agentskills-mcp

mrsimpson/agentskills-mcp
★ 4 stars TypeScript AI/LLM Updated 2d ago
MCP server that exposes Claude Code Agent Skills to any MCP-compatible agent
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentskills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mrsimpson/agentskills-mcp"
      ]
    }
  }
}

README Excerpt

> Transform Agent Skills into MCP tools with team-shareable configuration An MCP server that makes [Agent Skills](https://agentskills.io) available to any MCP-compatible agent through a declarative, package.json-based configuration. **Agent Skills are powerful context engineering tools:** - Break down long system prompts into reusable, parameterized components