MCP server intelligence profile

ScriptFlow MCP Server

ScriptFlow is a script workflow management system that transforms complex, repetitive AI interactions into persistent, executable scripts that can be managed, version-controlled, and reused across sessions

Local Onlyyanmxa
Awaiting current scanNpm · 1.0.2

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install scriptflow-mcp from npm

Version 1.0.2 declares 1 executable entrypoint.

npm install --save-exact scriptflow-mcp@1.0.2
npx -y -p scriptflow-mcp@1.0.2 scriptflow-mcp
MCP client configuration example
{
  "mcpServers": {
    "scriptflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "scriptflow-mcp@1.0.2",
        "scriptflow-mcp"
      ]
    }
  }
}

Identity

Canonical slugscriptflow-mcp-server-b5cf85a5DeploymentLocal Only
Canonical packagenpm:scriptflow-mcpRepositoryyanmxa/scriptflow-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmscriptflow-mcp1.0.21Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmscriptflow-mcp1.0.2CurrentSep 5, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
scriptflow-mcpServer-reported name
1Capability groups
Aug 18, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
script_addAdd a new script to the repository
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Script name (without extension)"
    },
    "description": {
      "type": "string",
      "description": "Description of what the script does"
    },
    "content": {
      "type": "string",
      "description": "Script content/code"
    },
    "language": {
      "type": "string",
      "description": "Programming language (bash, python, node, etc.)",
      "default": "bash"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional tags for categorization"
    },
    "parameters": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional parameter descriptions"
    }
  },
  "required": [
    "name",
    "description",
    "content"
  ]
}
script_editEdit an existing script
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the script to edit"
    },
    "description": {
      "type": "string",
      "description": "Updated description"
    },
    "content": {
      "type": "string",
      "description": "Updated script content/code"
    },
    "language": {
      "type": "string",
      "description": "Updated programming language"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Updated tags for categorization"
    },
    "parameters": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Updated parameter descriptions"
    }
  },
  "required": [
    "name"
  ]
}
script_getGet detailed information about a specific script
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the script to get details for"
    },
    "include_content": {
      "type": "boolean",
      "description": "Whether to include the script content in the response",
      "default": false
    }
  },
  "required": [
    "name"
  ]
}
script_listList and discover available scripts
Input schema
{
  "type": "object",
  "properties": {
    "search": {
      "type": "string",
      "description": "Optional search term to filter scripts"
    },
    "tag": {
      "type": "string",
      "description": "Optional tag to filter scripts"
    }
  }
}
script_rmRemove a script from the repository
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the script to remove"
    }
  },
  "required": [
    "name"
  ]
}
script_runExecute a script by name
Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the script to run"
    },
    "args": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional arguments to pass to the script"
    }
  },
  "required": [
    "name"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

ScriptFlow MCP Server questions

How do I install ScriptFlow MCP Server?

Install the selected package version with: npm install --save-exact scriptflow-mcp@1.0.2

What tools does ScriptFlow MCP Server provide?

ScriptFlow MCP Server exposed 6 tools during independent protocol observation, including script_add, script_edit, script_get, script_list, script_rm, script_run.

Is ScriptFlow MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.