MCP.so
Sign In

Workflows MCP v0.1.0

@AgentDeskAI

About Workflows MCP v0.1.0

orchestrate & combine prompts + MCP servers into compound MCP tools

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

AgentDeskAI

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "workflows-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentdesk/workflows-mcp@latest"
      ]
    }
  }
}

Tools

2

getConsoleErrors

getNetworkErrors

Overview

What is Workflows MCP v0.1.0?

Workflows MCP v0.1.0 is an MCP server that helps create, organize, and share AI workflows and prompts as version-controlled YAML configurations. It integrates with MCP tools and servers to orchestrate dynamic prompting sequences for specific tasks.

How to use Workflows MCP v0.1.0?

Install via npx -y mcpn@latest init or configure as an MCP server in an MCP client like Cursor using the provided JSON config. Custom workflows are defined in YAML files placed in a .workflows or .mcp-workflows directory, with optional presets loaded via the `

Comments

More Other MCP servers