skills_mcp_server

chameleonbr/skills_mcp_server
★ 14 stars Python 🤖 AI/LLM Updated 9d ago
FastAPI Skills manager to use with MCP capable agents
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": {
    "skills_mcp_server": {
      "command": "uvx",
      "args": [
        "skills-mcp-server"
      ]
    }
  }
}

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