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.
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
... |
|
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.