Script Tool
@nguyenvanduocit
关于 Script Tool
MCP server to for running script
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Servers
modelcontextprotocolModel Context Protocol Servers
评论