mcp-server-nu

cablehead/mcp-server-nu
★ 8 stars Rust 💻 Code/Dev Tools Updated 2mo ago
MCP server for Nushell script execution
View on GitHub →

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-server-nu": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-nu"
      ]
    }
  }
}

Topics

mcp-servernushell