Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From workflows-mcp-server
Runs a local MCP server for workflow automation and orchestration tasks. Purpose and capabilities are not fully specified.
npx claudepluginhub cyanheads/cyanheads --plugin workflows-mcp-serverCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"workflows-mcp-server": {
"command": "npx",
"args": [
"-y",
"workflows-mcp-server"
],
"env": {
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TRANSPORT_TYPE=stdioShare bugs, ideas, or general feedback.