loreto-mcp

kopias/loreto-mcp
★ 29 stars Python 🔌 API Integration Updated 2d ago
MCP server for the Loreto skill generation API
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": {
    "loreto-mcp": {
      "command": "uvx",
      "args": [
        "loreto-mcp"
      ]
    }
  }
}

Or install with pip: pip install loreto-mcp