MCP.so
登录

Script Tool

@nguyenvanduocit

关于 Script Tool

MCP server to for running script

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

nguyenvanduocit

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器