MCP.so
Sign In
Servers

Script Tool

@nguyenvanduocit

MCP server to for running script

Overview

What is Script Tool?

Script Tool executes command line scripts through the Model Context Protocol (MCP). It is designed for developers who need to run shell commands or scripts directly from an MCP host such as Claude.

How to use Script Tool?

Download the prebuilt binary from GitHub Releases for your platform (Linux, macOS, or Windows) or install via go install github.com/nguyenvanduocit/script-mcp. Configure your MCP client, for example in Claude’s config, with the path to the binary as the server command.

Key features of Script Tool

  • Safe execution of command line scripts
  • Support for different interpreters
  • Timeout protection for long-running scripts
  • Captures standard output and error
  • Cross-platform support (Linux, macOS, Windows)

Use cases of Script Tool

  • Run shell commands or scripts from an AI assistant via MCP
  • Execute code snippets in interpreters like Python, Bash, or Node.js
  • Automate system tasks with built-in timeout safety
  • Integrate command-line tools into conversational AI workflows

FAQ from Script Tool

How do I install Script Tool?

Download the binary from the GitHub Releases page or use go install github.com/nguyenvanduocit/script-mcp.

Which platforms are supported?

Linux, macOS, and Windows.

How do I configure Script Tool with Claude?

Add an MCP server entry with "command": "/path-to/script-mcp" in your Claude configuration file.

Does Script Tool support different script interpreters?

Yes, the tool can execute scripts using any interpreter installed on your system.

Can I set a timeout for script execution?

Yes, timeout protection is a built-in feature to prevent scripts from running indefinitely.

More from Other