Repeatable, version-controlled AI workflows as a Claude Code plugin. Declare multi-step LLM pipelines, run them from your terminal, and get consistent results every time.
Quick links: Website • Docs • Discord • Cookbook • Demo (2min)
Install the plugin in Claude Code:
/plugin marketplace add mthds-ai/skills
/plugin install mthds@mthds-ai-skills
Then ask Claude: "Please setup mthds"
Ask Claude to build a method for you:
Build me a method that extracts key insights from customer reviews and rates them by importance
Or use the CLI shortcut:
/mthds-build
pip install pipelex
# Optional: provider-specific extras
pip install "pipelex[anthropic,google,mistralai]"docker pull pipelex/pipelex-api:latest
docker run -p 8081:8081 \
-e API_KEY=your-api-key-here \
-e PIPELEX_INFERENCE_API_KEY=your-pipelex-key \
pipelex/pipelex-api:latestSee pipelex-api for full setup instructions.
pip install pipelex-mcpConfigure in Claude Desktop or Cursor. See pipelex-mcp.
Install the Pipelex node in n8n to integrate AI workflows into your automation pipelines. See n8n-nodes-pipelex.
LLM Access: Use Pipelex Inference (free tier available) for unified access to OpenAI, Anthropic, Google, Mistral, and more — or bring your own API keys.
Ready-to-run pipelines are available in the Cookbook: classification, extraction, analysis, generation, and more.
- 💬 Discord — Get help, share workflows, meet the team
- 📚 Documentation — Complete guides and API reference
- 🐛 GitHub Issues — Report bugs and request features
- ✉️ security@pipelex.com — Security and privacy concerns
All repositories are MIT licensed unless otherwise specified. See individual LICENSE files for details.
"Pipelex" is a trademark of Evotis S.A.S.
Built by developers who were tired of rewriting the same AI patterns.
Now you don't have to.