claude-skills-mcp

telejester-claude-skills/claude-skills-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
MCP server for active-claude-github skill (publish target; dev lives in -mcp-dev)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-skills-mcp": {
      "command": "uvx",
      "args": [
        "claude-skills-mcp"
      ]
    }
  }
}

Or install with pip: pip install claude-skills-mcp

README Excerpt

This was the public mirror of `claude-skills-mcp-dev` while the MCP server was a standalone repo. Active development has moved to a monorepo's public mirror at the 2.0.0 cut: > https://github.com/telejester-claude-skills/telejester-claude-skills The MCP server source lives at `mcp-server/` in that monorepo.