Skip to content
@Pipelex

Pipelex

The language for declarative composable Al workflows. Devtool for agents and mere humans.

Pipelex — AI Methods for Claude Code

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: WebsiteDocsDiscordCookbookDemo (2min)


Get started

Install the plugin in Claude Code:

/plugin marketplace add mthds-ai/skills
/plugin install mthds@mthds-ai-skills

Then ask Claude: "Please setup mthds"

Build your first method

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

Manual installation

Python library

pip install pipelex
# Optional: provider-specific extras
pip install "pipelex[anthropic,google,mistralai]"

API Server (Docker)

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:latest

See pipelex-api for full setup instructions.

MCP server

pip install pipelex-mcp

Configure in Claude Desktop or Cursor. See pipelex-mcp.

n8n node

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.


Examples

Ready-to-run pipelines are available in the Cookbook: classification, extraction, analysis, generation, and more.

Community & support


License

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.

Pinned Loading

  1. pipelex pipelex Public

    Declarative language for composable Al workflows. Devtool for agents and mere humans.

    Python 622 45

  2. pipelex-cookbook pipelex-cookbook Public

    Cookbook for Pipelex, the declarative language for composable Al workflows. Devtool for agents and mere humans.

    Makefile 35 9

  3. pipelex-mcp pipelex-mcp Public

    MCP server to run Pipelex pipelines

    Makefile 8 1

  4. pipelex-starter pipelex-starter Public template

    Simple starter template to get you up and running with a project to build and run Pipelex pipelines

    Makefile 5 1

  5. pipelex-api pipelex-api Public

    API of Pipelex: open-source language for AI Agents to create and run repeatable AI workflows

    Python 2

  6. n8n-nodes-pipelex n8n-nodes-pipelex Public

    n8n Node for running Pipelex

    Makefile

Repositories

Showing 10 of 15 repositories

Top languages

Loading…

Most used topics

Loading…