MCP-Script-Runner

Now-Italy-Demo/MCP-Script-Runner
★ 0 stars TypeScript AI/LLM Updated 3d ago
MCP server to run arbitrary background scripts
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-script-runner": {
      "command": "npx",
      "args": [
        "-y",
        "Now-Italy-Demo/MCP-Script-Runner"
      ]
    }
  }
}

README Excerpt

MCP Script Runner is a ServiceNow application that exposes a Model Context Protocol (MCP) server inside a ServiceNow instance. It gives trusted AI clients such as Build Agent a single tool, `run_script`, that can execute server-side JavaScript in global scope as the authenticated ServiceNow user. Download the update set ZIP and import the XML inside it:

Tools (2)

GlideSysAttachmentMCP_Script_Runner