- Explore MCP Servers
- mcp-server-nu
Mcp Server Nu
What is Mcp Server Nu
mcp-server-nu is a Model Context Protocol (MCP) server designed for executing Nushell scripts.
Use cases
Use cases include executing scripts for automation tasks, testing Nushell commands, and integrating Nushell script execution into other applications.
How to use
To use mcp-server-nu, you can execute the server and utilize the ‘exec’ tool to run Nushell scripts, which will return the output, including stdout, stderr, and exit codes.
Key features
Key features include the ability to execute Nushell scripts via MCP, return stdout, stderr, and exit codes, and support for full Nushell syntax and commands.
Where to use
mcp-server-nu can be used in development environments where Nushell script execution is required, particularly for testing and prototyping.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Nu
mcp-server-nu is a Model Context Protocol (MCP) server designed for executing Nushell scripts.
Use cases
Use cases include executing scripts for automation tasks, testing Nushell commands, and integrating Nushell script execution into other applications.
How to use
To use mcp-server-nu, you can execute the server and utilize the ‘exec’ tool to run Nushell scripts, which will return the output, including stdout, stderr, and exit codes.
Key features
Key features include the ability to execute Nushell scripts via MCP, return stdout, stderr, and exit codes, and support for full Nushell syntax and commands.
Where to use
mcp-server-nu can be used in development environments where Nushell script execution is required, particularly for testing and prototyping.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Server Nu
A Model Context Protocol (MCP) server that provides Nushell script execution capabilities.
⚠️ This is an early sketch with no safety mechanisms. Do not use in production.
Features
- Execute Nushell scripts via MCP
- Returns stdout, stderr, and exit codes
- Supports full Nushell syntax and commands
Usage
The server exposes one tool:
- exec: Executes a Nushell script and returns the output
Testing
Try it out with the MCP inspector:
npx @modelcontextprotocol/inspector ./target/debug/mcp-server-nu
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










