mcpn

MCP.Pizza Chef: dx-zero

mcpn is an MCP client designed to create, organize, and share dynamic AI workflows and prompts. It acts as a prompt library that enables users to version and share prompt collections across multiple MCP tools and servers, facilitating complex, compound AI tasks. This client streamlines the orchestration of prompts and MCP servers, making it easier to build and manage sophisticated AI-enhanced workflows.

Unmaintained · No commits in 16 months.

Use This MCP client To

Create and manage reusable prompt libraries for AI workflows Combine multiple MCP servers into compound AI tools Version control and share AI prompt collections across teams Organize complex AI workflows with modular prompt components Coordinate multi-step AI tasks using combined MCP servers Facilitate collaboration on AI prompt development and deployment

README

mcpn Banner Main

mcpn.ai helps you create, organize, and share AI workflows and prompts.
Like a dynamic prompt library you can share & version across MCP tools and servers for specific tasks.

NPM Downloads jsDelivr hits (npm) GitHub Sponsors
Created by
Follow @tedx_ai on Twitter Follow @kregenrek on Twitter

Usage

Basic Example

plan_prd:
  description: "Create a product requirements..."
  prompt: |
    You are an expert product manager/business
    analyst and are now entering "PRD Mode"
    Begin by deeply reflecting upon the notes,
    requirements and images provided...
  tools: createPRD, createStoriesFromPRD, createRoadmap

coding_max:
  description: "Highly effective Coding Agent"
  prompt: |
    You are now entering "Developer Mode" -
    deeply reflect upon the changes being asked and
    analyze existing code to map the full scope...
  tools: getConsoleLogs, getErrorLogs, getLinter

  ...
Example

Workflows MCP (mcpn) are the building blocks of software development, an orchestration of multiple MCP servers and prompts.

Think of it like a dynamic prompting library that you can easily share and version control through yaml files that also lets you define how to best use many MCP tools across many MCP servers for specific tasks.

mcpn FAQ

How does mcpn help with AI workflow management?
mcpn allows you to create, organize, and share dynamic prompt libraries that can be combined with MCP servers to build complex AI workflows.
Can I version control prompts using mcpn?
Yes, mcpn supports versioning of prompt collections, enabling you to track changes and maintain different versions across MCP tools and servers.
Is mcpn compatible with multiple MCP servers?
Yes, mcpn is designed to orchestrate and combine prompts with various MCP servers, allowing compound AI tool creation.
How does mcpn facilitate collaboration?
By enabling sharing and versioning of prompt libraries, mcpn supports team collaboration on AI workflow development.
What types of AI tasks can mcpn handle?
mcpn can manage multi-step, compound AI tasks by coordinating prompts and MCP servers in a modular fashion.
Does mcpn support integration with popular LLM providers?
While mcpn focuses on prompt orchestration, it works with MCP servers that support providers like OpenAI, Claude, and Gemini.
How do I get started with mcpn?
You can install mcpn via npm and begin creating and organizing your AI prompts and workflows immediately.
Can mcpn be used for both individual and team projects?
Yes, mcpn is suitable for solo developers and teams needing shared, versioned AI prompt libraries.